Skip to content

Commit

Permalink
ci: use ocaml 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Mar 19, 2024
1 parent 6950a3f commit e9d9e02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
# - windows-latest
ocaml-version:
- 4.14
- 5.1

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

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Use OCaml 5.1
- name: Use OCaml 4.14
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.1
ocaml-compiler: 4.14
dune-cache: true
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true
Expand All @@ -28,10 +28,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Use OCaml 5.1
- name: Use OCaml 4.14
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.1
ocaml-compiler: 4.14
dune-cache: true
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true
Expand All @@ -45,10 +45,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Use OCaml 5.1
- name: Use OCaml 4.14
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.1
ocaml-compiler: 4.14
dune-cache: true
opam-depext-flags: "--with-doc"
allow-prerelease-opam: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/opam-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout tree
uses: actions/checkout@v4

- name: Set-up OCaml 5.1
- name: Set-up OCaml 4.14
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.1
ocaml-compiler: 4.14
dune-cache: true
allow-prerelease-opam: true

Expand Down

0 comments on commit e9d9e02

Please sign in to comment.