Skip to content

Commit

Permalink
Update CI to test against latest version of ocaml 5 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Mar 14, 2024
1 parent d193dd8 commit 0e8c3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
os:
- ubuntu-20.04
ocaml-version:
- 5.0.0
- 5
- 4.14.0
- 4.04.1
include:
- lwt: true
- async: true
- eio: true
ocaml-version: 5.0.0
ocaml-version: 5

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 0e8c3f5

Please sign in to comment.