Skip to content

Commit

Permalink
Merge pull request #1040 from liyishuai/patch-1
Browse files Browse the repository at this point in the history
CI: multiple OCaml versions
  • Loading branch information
mattam82 authored Jan 27, 2024
2 parents b674c5e + b3f2a12 commit 44c204b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
- '8.17'
ocaml_version:
- '4.14-flambda'
- '4.09-flambda'
target: [ local, opam ]
fail-fast: true

concurrency:
group: ${{ github.workflow }}-${{ matrix.target }}-Ubuntu-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ matrix.ocaml_version }}-${{ matrix.target }}-Ubuntu-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

steps:
Expand Down

0 comments on commit 44c204b

Please sign in to comment.