Skip to content

Commit

Permalink
add 5.1 / 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Sep 4, 2024
1 parent 5ae0f3f commit 91a854f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
- {ocaml-version: '4.05', runtest: false}
- {ocaml-version: '4.09', runtest: true}
- {ocaml-version: '4.14', runtest: true}
- {ocaml-version: '5.0', runtest: true}
- {ocaml-version: '5.1', runtest: true}
- {ocaml-version: '5.2', runtest: true}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.setup.ocaml-version }}
Expand Down

0 comments on commit 91a854f

Please sign in to comment.