Skip to content

Commit 313ddcc

Browse files
committed
CI: Test the full MirageOS unikernels on both 5.3 and 5.4
1 parent f3d9f26 commit 313ddcc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ jobs:
165165
mirage:
166166
name: Build and test MirageOS unikernels
167167
runs-on: ubuntu-latest
168+
strategy:
169+
fail-fast: false
170+
matrix:
171+
ocaml: [5.3.0, 5.4.0]
168172
steps:
169173
- name: Checkout code
170174
uses: actions/checkout@v4
@@ -184,7 +188,7 @@ jobs:
184188
- name: Install OCaml compiler
185189
uses: ocaml/setup-ocaml@v3
186190
with:
187-
ocaml-compiler: 5.3.0
191+
ocaml-compiler: ${{ matrix.ocaml }}
188192
opam-repositories: |
189193
default: https://github.com/ocaml/opam-repository.git
190194
# We need to pin our packages with their real version numbers, to

0 commit comments

Comments
 (0)