Skip to content

Commit

Permalink
GHA: don't specify the patch release (#76)
Browse files Browse the repository at this point in the history
Test only the latest minor release in the OCaml 5 series.
  • Loading branch information
MisterDA authored Oct 15, 2024
1 parent 4e85cf4 commit 36fa704
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@ 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.05"
- "4.11"
- "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 36fa704

Please sign in to comment.