Skip to content

Commit

Permalink
Update ocaml lower limit in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist authored Jul 13, 2023
1 parent 52a3412 commit 1ee4bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
setup:
- {ocaml-version: '4.03', runtest: false}
- {ocaml-version: '4.05', runtest: false}
- {ocaml-version: '4.09', runtest: true}
- {ocaml-version: '4.14', runtest: true}
- {ocaml-version: '5.0', runtest: true}
Expand Down

0 comments on commit 1ee4bba

Please sign in to comment.