Skip to content

Commit 5b26e95

Browse files
committed
Added ocaml version to other matrices
1 parent 31ec7f9 commit 5b26e95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ jobs:
182182
fail-fast: false # Allow other platforms to continue if one fails
183183
matrix:
184184
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest]
185+
ocaml_version: [4.14.2]
185186
runs-on: ${{ matrix.os }}
186187
steps:
187188
- name: Git checkout
@@ -211,6 +212,7 @@ jobs:
211212
fail-fast: false # Allow other platforms to continue if one fails
212213
matrix:
213214
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest]
215+
ocaml_version: [4.14.2]
214216
runs-on: ${{ matrix.os }}
215217
steps:
216218
- name: Git checkout
@@ -249,6 +251,7 @@ jobs:
249251
fail-fast: false # Allow other platforms to continue if one fails
250252
matrix:
251253
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest]
254+
ocaml_version: [4.14.2]
252255
runs-on: ${{ matrix.os }}
253256
steps:
254257
- name: Git checkout

0 commit comments

Comments
 (0)