Skip to content

Commit 2c3c97f

Browse files
committed
GHA: quote OCaml version numbers
Otherwise they're wrongly interpreted as integers or floating-point numbers.
1 parent 4781cd0 commit 2c3c97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- macos-latest
1717
- windows-latest
1818
ocaml-compiler:
19-
- 5
19+
- '5'
2020
include:
2121
- os: ubuntu-latest
22-
ocaml-compiler: 4.11
22+
ocaml-compiler: '4.11'
2323

2424
runs-on: ${{ matrix.os }}
2525

0 commit comments

Comments
 (0)