Skip to content

Commit

Permalink
Add Coq 8.20, use python-is-python3
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Sep 17, 2024
1 parent 33cee61 commit ee9653b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
coq-version: [ "dev" , "8.19" , "8.18" , "8.17" , "8.16" ]
coq-version: [ "dev" , "8.20" , "8.19" , "8.18" , "8.17" , "8.16" ]
targets: [ "fiat-core parsers parsers-examples coq-ci" ]

name: ${{ matrix.coq-version }} (${{ matrix.targets }})
Expand All @@ -34,7 +34,7 @@ jobs:
sudo chmod -R a+rw .
startGroup 'install general dependencies'
sudo apt-get update -y
sudo apt-get install -y python python3
sudo apt-get install -y python-is-python3
eval $(opam env)
endGroup
export TARGETS="${{ matrix.targets }}"
Expand Down

0 comments on commit ee9653b

Please sign in to comment.