Skip to content

Commit

Permalink
fixup! simplify CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Jan 15, 2025
1 parent 80f1a8a commit a5b601e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
needs: Analyse
strategy:
matrix:
ocamlv: [ 4.08.1, 4.09.1, 4.10.2, 4.11.2, 4.12.1, 4.13.1, 5.0.0, 5.1.1, 4.14.2, 5.2.0 ]
ocamlv: [ 4.14.2 ]
fail-fast: true
steps:
- name: Install bubblewrap
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
needs: [ Analyse, Build-Linux ]
strategy:
matrix:
ocamlv: [ 4.14.2, 5.2.0 ]
ocamlv: [ 4.14.2]
fail-fast: false
env:
OPAM_TEST: 1
Expand Down

0 comments on commit a5b601e

Please sign in to comment.