Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
reduce the number of ocaml versions we require testing against
  • Loading branch information
UnixJunkie committed Apr 15, 2024
1 parent b7fb095 commit a234688
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os:
- ubuntu-latest
ocaml-compiler:
- 5.1.2
- 5.1.0
- 5.0.0
- 4.14.x
- 4.13.x
Expand All @@ -26,8 +26,6 @@ jobs:
- 4.07.x
- 4.06.x
- 4.05.x
- 4.04.x
- 4.03.x
test:
- true

Expand Down

0 comments on commit a234688

Please sign in to comment.