Skip to content

Commit

Permalink
Use flexible patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Jun 4, 2024
1 parent 3c4cd84 commit 93fe655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
fail-fast: false
matrix:
ocaml-compiler:
- ocaml.5.0.0,ocaml-option-mingw
- ocaml.5.1.1,ocaml-option-mingw
- ocaml.5.2.0,ocaml-option-mingw
- ocaml.5.0.x,ocaml-option-mingw
- ocaml.5.1.x,ocaml-option-mingw
- ocaml.5.2.x,ocaml-option-mingw

runs-on: windows-latest

Expand Down

0 comments on commit 93fe655

Please sign in to comment.