Skip to content

Commit a196317

Browse files
committed
Upgrade GitHub workflow and Cirrus CI with OCaml 5.0
1 parent 5e804b8 commit a196317

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.cirrus.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ freebsd_task:
66
OPAMYES: 1
77
env:
88
matrix:
9-
- OCAML_VERSION: 4.12.1
10-
- OCAML_VERSION: 4.13.0
11-
- OCAML_VERSION: 4.13.1
9+
- OCAML_VERSION: 5.0.0
1210
pkg_install_script: pkg install -y ocaml-opam gmp gmake pkgconf bash
1311
opam_ocaml_cache:
1412
folder: $HOME/.opam

.github/workflows/test.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
operating-system: [ubuntu-latest]
8-
ocaml-version: [4.13.1]
8+
ocaml-version: [5.0.0]
99
mode:
1010
- name: hvt
1111
exec: false
@@ -17,17 +17,6 @@ jobs:
1717
exec: false
1818
- name: xen
1919
exec: false
20-
include:
21-
- operating-system: ubuntu-latest
22-
ocaml-version: 4.13.0
23-
mode:
24-
name: spt
25-
exec: true
26-
- operating-system: ubuntu-latest
27-
ocaml-version: 4.12.1
28-
mode:
29-
name: spt
30-
exec: true
3120
runs-on: ${{ matrix.operating-system }}
3221
steps:
3322
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)