Skip to content

Commit 092f596

Browse files
committed
Update CI to include Coq 9.0, 9.1
1 parent a18d024 commit 092f596

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/coq-action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,19 @@ jobs:
2121
# except for the "make_target" field and make_target related excludes
2222
coq_version:
2323
# See https://github.com/coq-community/docker-coq/wiki for supported images
24+
- '9.0'
25+
- '9.1'
2426
- 'dev'
2527
bit_size:
2628
- 32
2729
- 64
2830
make_target:
2931
- vst
32+
exclude:
33+
- coq_version: 9.0
34+
bit_size: 32
35+
- coq_version: dev
36+
bit_size: 32
3037
steps:
3138
- uses: actions/checkout@v4
3239
with:

0 commit comments

Comments
 (0)