Skip to content

Commit

Permalink
ci: enable tests on OCaml 5.2 (#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Jul 8, 2024
1 parent 2b610ac commit dd64ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 4_14
- 5_0
- 5_1
# - 5_2
- 5_2

runs-on: ubuntu-latest
steps:
Expand All @@ -46,7 +46,7 @@ jobs:
ocaml-version:
- 4_14
- 5_0
# - 5_2
- 5_2

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit dd64ae2

Please sign in to comment.