Skip to content

Commit

Permalink
bump ocaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarrott committed Oct 16, 2024
1 parent fa2e41b commit 7c829b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
strategy:
matrix:
ocaml-compiler:
- "4.11"
- "5.2.0"
coq-version:
- "8.17.1"
- "8.18.0"
- "8.19.1"
- "8.19.2"

steps:
- name: Checkout
Expand All @@ -40,8 +40,8 @@ jobs:
/home/runner/work/coqpyt/coqpyt/_opam/
key: ${{ matrix.ocaml-compiler }}-${{ matrix.coq-version }}-opam

- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down

0 comments on commit 7c829b2

Please sign in to comment.