Skip to content

Commit

Permalink
Update CI; update InteractionTrees submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-appel committed Jan 6, 2025
1 parent 380e641 commit d7d4c98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/coq-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
# except for the "make_target" field and make_target related excludes
coq_version:
# See https://github.com/coq-community/docker-coq/wiki for supported images
- '8.18'
- '8.19'
- '8.20'
- 'dev'
bit_size:
- 32
- 64
make_target:
- vst
exclude:
- coq_version: 8.18
- coq_version: 8.19
bit_size: 32
- coq_version: dev
bit_size: 32
Expand Down Expand Up @@ -88,9 +88,8 @@ jobs:
fail-fast: false
matrix:
coq_version:
# - '8.17'
- '8.18'
- '8.19'
- '8.20'
- 'dev'
make_target:
- assumptions.txt
Expand All @@ -103,9 +102,7 @@ jobs:
- 32
- 64
exclude:
# - coq_version: 8.17
# bit_size: 32
- coq_version: 8.18
- coq_version: 8.19
bit_size: 32
- coq_version: dev
bit_size: 32
Expand Down

0 comments on commit d7d4c98

Please sign in to comment.