Skip to content

Commit

Permalink
Support OCaml 4.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Aug 2, 2024
1 parent e263bb2 commit 6217395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
ocaml-version: ["4.13.0", "4.13.1", "4.14.0", "4.14.1"]
ocaml-version: ["4.13.0", "4.13.1", "4.14.0", "4.14.1", "4.14.2"]
runs-on: ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6217395

Please sign in to comment.