Compare commits

...

2 commits

Author SHA1 Message Date
Stéphane Lavergne
5288af685a
Merge 19db102b22 into 27b3ca76c8 2025-05-07 20:42:19 +00:00
Antonin Décimo
27b3ca76c8 GHA: ocaml-compiler versions as strings
Some checks failed
build / Build (push) Has been cancelled
Otherwise, there's a bug where they get interpreted as floats… (it seems the bug doesn't appear here). Using strings is safer in general.
Update from OCaml 4.12 to 4.14.
2025-04-02 15:00:08 -04:00

View file

@ -16,9 +16,9 @@ jobs:
# - macos-latest # build issues with `ar` (!!!)
#- windows-latest # certificate problem
ocaml-compiler:
- 4.08
- 4.12
- 5.03
- '4.08'
- '4.14'
- '5.3'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2