Skip to content

Commit

Permalink
Update ocaml versions in CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Jun 17, 2024
1 parent 092fc45 commit 0161bf4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

# Ocaml versions to use
ocaml-version:
- ocaml-base-compiler.4.14.0
- ocaml-base-compiler.5.2.0

# Build ENV
# ---------
Expand Down
20 changes: 8 additions & 12 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
# must do a bit of work manually to get a correct ocaml-version
include:
# linux
- ocaml-version: ocaml-base-compiler.4.10.1
os: ubuntu-latest
- ocaml-version: ocaml-base-compiler.4.11.2
os: ubuntu-latest
- ocaml-version: ocaml-base-compiler.4.12.1
os: ubuntu-latest
- ocaml-version: ocaml-base-compiler.4.13.1
Expand All @@ -52,12 +48,12 @@ jobs:
os: ubuntu-latest
- ocaml-version: ocaml-base-compiler.5.0.0
os: ubuntu-latest
- ocaml-version: ocaml-base-compiler.5.1.1
os: ubuntu-latest
- ocaml-version: ocaml-base-compiler.5.2.0
os: ubuntu-latest

# macos
- ocaml-version: ocaml-base-compiler.4.10.1
os: macos-latest
- ocaml-version: ocaml-base-compiler.4.11.2
os: macos-latest
- ocaml-version: ocaml-base-compiler.4.12.1
os: macos-latest
- ocaml-version: ocaml-base-compiler.4.13.1
Expand All @@ -68,12 +64,12 @@ jobs:
os: macos-latest
- ocaml-version: ocaml-base-compiler.5.0.0
os: macos-latest
- ocaml-version: ocaml-base-compiler.5.1.1
os: macos-latest
- ocaml-version: ocaml-base-compiler.5.2.0
os: macos-latest

# Windows
- ocaml-version: ocaml-variants.4.10.1+mingw64c
os: windows-latest
- ocaml-version: ocaml-variants.4.11.2+mingw64c
os: windows-latest
- ocaml-version: ocaml-variants.4.12.1+mingw64c
os: windows-latest
- ocaml-version: ocaml-variants.4.13.1+mingw64c
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ jobs:
dolmen_asset: dolmen-linux-amd64
dolmenls_artifact: dolmenls
dolmenls_asset: dolmenls-linux-amd64
ocaml-version: ocaml-variants.4.14.0+options,ocaml-option-flambda
ocaml-version: ocaml-variants.4.14.2+options,ocaml-option-flambda
- os: macos-latest
dolmen_artifact: dolmen
dolmen_asset: dolmen-macos-amd64
dolmenls_artifact: dolmenls
dolmenls_asset: dolmenls-macos-amd64
ocaml-version: ocaml-variants.4.14.0+options,ocaml-option-flambda
ocaml-version: ocaml-variants.4.14.2+options,ocaml-option-flambda
- os: windows-latest
dolmen_artifact: dolmen.exe
dolmen_asset: dolmen-windows-amd64.exe
dolmenls_artifact: dolmenls.exe
dolmenls_asset: dolmenls-windows-amd64.exe
ocaml-version: ocaml-variants.4.14.0+flambda+mingw64c
ocaml-version: ocaml-variants.4.14.2+flambda+mingw64c

# Build ENV
# ---------
Expand Down

0 comments on commit 0161bf4

Please sign in to comment.