File tree 2 files changed +2
-15
lines changed
2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ freebsd_task:
6
6
OPAMYES : 1
7
7
env :
8
8
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
12
10
pkg_install_script : pkg install -y ocaml-opam gmp gmake pkgconf bash
13
11
opam_ocaml_cache :
14
12
folder : $HOME/.opam
Original file line number Diff line number Diff line change 5
5
strategy :
6
6
matrix :
7
7
operating-system : [ubuntu-latest]
8
- ocaml-version : [4.13.1 ]
8
+ ocaml-version : [5.0.0 ]
9
9
mode :
10
10
- name : hvt
11
11
exec : false
17
17
exec : false
18
18
- name : xen
19
19
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
31
20
runs-on : ${{ matrix.operating-system }}
32
21
steps :
33
22
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments