Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed Aug 27, 2024
1 parent bf3edcf commit 029e073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
ocaml-version: [ '4.11.2', '4.12.1', '4.13.1', '4.14.0' ]
ocaml-version: [ '4.13.1', '4.14.0', '5.2.0' ]
operating-system: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 029e073

Please sign in to comment.