Skip to content

Commit f169655

Browse files
authored
Test 2 ocaml versions (coqorg/coq as of 2020-06-30)
1 parent 8152213 commit f169655

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
coq_version:
2626
- '8.11'
2727
- dev
28-
ocaml_version: ['4.07-flambda']
28+
ocaml_version:
29+
- '4.07-flambda'
30+
- '4.09-flambda'
2931
# at most 20 concurrent jobs per free account:
3032
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#usage-limits
3133
max-parallel: 4

0 commit comments

Comments
 (0)