Skip to content

Commit

Permalink
OCaml 5.2.0 + setup-ocaml 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt committed Jul 9, 2024
1 parent 0a631e1 commit f09a8c5
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Build
uses: docker://ghcr.io/rescript-lang/rescript-ci-build:alpine-3.19-ocaml-5.1.1-01
uses: docker://ghcr.io/rescript-lang/rescript-ci-build:alpine-3.20-ocaml-5.2.0-01
with:
args: opam exec -- dune build --profile static

Expand Down Expand Up @@ -99,24 +99,10 @@ jobs:
key: ${{matrix.os}}-rescript-vscode-v4

- name: Use OCaml
uses: ocaml/setup-ocaml@v2
if: matrix.os != 'windows-latest'
with:
ocaml-compiler: 5.1.1
opam-pin: false
opam-depext: false

- name: Use OCaml (Windows)
uses: ocaml/setup-ocaml@v2
if: matrix.os == 'windows-latest'
uses: ocaml/setup-ocaml@v3.0.0
with:
ocaml-compiler: ocaml-variants.5.1.1+options,ocaml-option-mingw
ocaml-compiler: 5.2.0
opam-pin: false
opam-depext: false
opam-repositories: |
windows-5.0: https://github.com/dra27/opam-repository.git#windows-5.0
sunset: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
default: https://github.com/ocaml/opam-repository.git

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit f09a8c5

Please sign in to comment.