Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Jun 24, 2024
1 parent 2a66928 commit 28a41f2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- "4.13"
- "5.0"
- "5.1"
- "5.2"
skip-test:
- true
skip-doc:
Expand All @@ -48,22 +49,17 @@ jobs:
skip-test: false
skip-doc: true
- os: ubuntu-latest
ocaml-compiler: "5.2"
ocaml-compiler: "ocaml-variants.5.3.0+trunk"
skip-effects: false
skip-test: false
skip-doc: false
- os: macos-latest
ocaml-compiler: "5.2"
ocaml-compiler: "ocaml-variants.5.3.0+trunk"
skip-effects: true
skip-test: false
skip-doc: true
- os: windows-latest
ocaml-compiler: "5.2"
skip-effects: false
skip-test: false
skip-doc: true
- os: ubuntu-latest
ocaml-compiler: ocaml-variants.5.3.0+trunk
ocaml-compiler: "ocaml-variants.5.3.0+trunk"
skip-effects: false
skip-test: false
skip-doc: true
Expand Down

0 comments on commit 28a41f2

Please sign in to comment.