We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18d024 commit 092f596Copy full SHA for 092f596
.github/workflows/coq-action.yml
@@ -21,12 +21,19 @@ jobs:
21
# except for the "make_target" field and make_target related excludes
22
coq_version:
23
# See https://github.com/coq-community/docker-coq/wiki for supported images
24
+ - '9.0'
25
+ - '9.1'
26
- 'dev'
27
bit_size:
28
- 32
29
- 64
30
make_target:
31
- vst
32
+ exclude:
33
+ - coq_version: 9.0
34
+ bit_size: 32
35
+ - coq_version: dev
36
37
steps:
38
- uses: actions/checkout@v4
39
with:
0 commit comments