Skip to content

Commit

Permalink
os.yml: drop support for 4.12, check also 5.2
Browse files Browse the repository at this point in the history
And later we could switch to 5.3, to ensure compatibility with recent compilers
  • Loading branch information
mseri authored Nov 19, 2024
1 parent fc4a49c commit fd47cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- ubuntu-latest
# - windows-latest
ocaml-compiler:
- "5.2"
- "5.1"
- "4.14"
- "4.12"
- "4.10"

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit fd47cbe

Please sign in to comment.