Skip to content

Commit

Permalink
Merge pull request #45 from dinosaure/extend-support
Browse files Browse the repository at this point in the history
Extend the support of OCaml compilers
  • Loading branch information
dinosaure authored Dec 20, 2023
2 parents 621b451 + 5cbece4 commit 62e5b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
ocaml-version: ["4.14.1"]
ocaml-version: ["4.13.0", "4.13.1", "4.14.0", "4.14.1"]
runs-on: ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 62e5b21

Please sign in to comment.