Skip to content

Commit ef10357

Browse files
committed
fix: 8.11 is not a float
1 parent 6574ac1 commit ef10357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
coq_version:
26-
- 8.11
26+
- '8.11'
2727
- dev
2828
ocaml_version: ['4.07-flambda']
2929
# at most 20 concurrent jobs per free account:

0 commit comments

Comments
 (0)