Skip to content

Commit

Permalink
Loose the support of 4.11 and 4.12 (due to x509) on our CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Jul 22, 2024
1 parent d8b41cb commit 7c78bae
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 @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
ocaml-compiler: ["4.14", "4.13", "4.12", "4.11"]
ocaml-compiler: ["4.14", "4.13"]
exclude:
- os: macos-latest
ocaml-compiler: "4.11"
Expand Down

0 comments on commit 7c78bae

Please sign in to comment.