Skip to content

Commit

Permalink
Update ocaml lower limit in GitHub actions (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
  • Loading branch information
tmcgilchrist and anmonteiro committed Aug 4, 2023
1 parent 403dd76 commit 05a3e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
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 05a3e8e

Please sign in to comment.