mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
chore(ci): use new syntax for minor ocaml version in setup-ocaml
This commit is contained in:
parent
2a7bc70bed
commit
475e7b181e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -19,9 +19,9 @@ jobs:
|
|||
- ubuntu-latest
|
||||
- windows-latest
|
||||
ocaml-compiler:
|
||||
- '4.03.0'
|
||||
- '4.08.1'
|
||||
- '4.12.1'
|
||||
- '4.03.x'
|
||||
- '4.08.x'
|
||||
- '4.12.x'
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue