Skip to content

Commit

Permalink
Revert "Update ocaml_version for coq:dev CI to run. Closes #23"
Browse files Browse the repository at this point in the history
  • Loading branch information
khieta authored Jun 21, 2022
1 parent 955ef79 commit 444f559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
strategy:
matrix:
coq_version:
- '8.12'
- '8.13'
- '8.14'
- '8.15'
- 'dev'
ocaml_version:
- '4.12-flambda'
ocaml_version: ['4.07-flambda']
fail-fast: false # don't stop jobs if one fails
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 444f559

Please sign in to comment.