Skip to content

Commit

Permalink
gha: update ocaml compiler matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Nov 4, 2023
1 parent e430479 commit d9f9713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
strategy:
matrix:
operating-system: [macos-latest, ubuntu-latest, windows-latest]
ocaml-compiler: [ '4.12.0', '4.10.2', '4.06.2', '4.05.1']
ocaml-compiler: [ '5.1.0', '4.14.1', '4.05.1']
steps:
- uses: actions/checkout@master
- uses: ocaml/setup-ocaml@v2
with:
ocaml-version: ${{ matrix.ocaml-version }}
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: opam pin add yaml.dev -n .
- run: opam pin add yaml-sexp.dev -n .
- name: Packages
Expand Down

0 comments on commit d9f9713

Please sign in to comment.