Skip to content

Commit 44c204b

Browse files
authored
Merge pull request #1040 from liyishuai/patch-1
CI: multiple OCaml versions
2 parents b674c5e + b3f2a12 commit 44c204b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ jobs:
2727
- '8.17'
2828
ocaml_version:
2929
- '4.14-flambda'
30+
- '4.09-flambda'
3031
target: [ local, opam ]
3132
fail-fast: true
3233

3334
concurrency:
34-
group: ${{ github.workflow }}-${{ matrix.target }}-Ubuntu-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
35+
group: ${{ github.workflow }}-${{ matrix.ocaml_version }}-${{ matrix.target }}-Ubuntu-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
3536
cancel-in-progress: true
3637

3738
steps:

0 commit comments

Comments
 (0)