Skip to content

Commit

Permalink
gha: test fewer OCaml versions
Browse files Browse the repository at this point in the history
Automatically select the latest patch release. Test only the latest
minor release in the OCaml 5 series.
  • Loading branch information
MisterDA committed Sep 18, 2024
1 parent 4e85cf4 commit 01c88cb
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ jobs:
fail-fast: false
matrix:
ocaml-version:
- 4.02.3
- 4.05.0
- 4.11.1
- 4.14.1
- 5.1.0
- 5.2.0
- "4.02"
- "4.14"
- "5"
os:
- ubuntu-latest
include:
- ocaml-version: 4.14.1
- ocaml-version: "4.14"
os: macos-latest
- ocaml-version: 4.14.1
- ocaml-version: "4.14"
os: windows-latest

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

0 comments on commit 01c88cb

Please sign in to comment.