Skip to content

Commit

Permalink
Merge pull request #97 from Sudha247/ci
Browse files Browse the repository at this point in the history
Run CI on OCaml 5.1
  • Loading branch information
Sudha247 authored Jan 29, 2024
2 parents c91cea1 + e0e414d commit cb94b4e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]

steps:
- name: Checkout code
Expand All @@ -23,13 +23,10 @@ jobs:
with:
opam-pin: false
opam-depext: false
ocaml-compiler: ocaml.5.0.0,ocaml-option-mingw
ocaml-compiler: ocaml.5.1.0
opam-repositories: |
dra27: https://github.com/dra27/opam-repository.git#windows-5.0
default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
upstream: https://github.com/ocaml/opam-repository.git
cache-prefix: ${{ steps.multicore_hash.outputs.commit }}

- run: opam install . --deps-only --with-test

- run: opam exec -- dune build
Expand Down

0 comments on commit cb94b4e

Please sign in to comment.