File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -41,33 +41,33 @@ jobs:
41
41
local-packages : |
42
42
*.opam
43
43
- os : macos-latest
44
- ocaml-compiler : " 4.14 "
44
+ ocaml-compiler : " 5.2 "
45
45
libev : true
46
46
ppx : true
47
47
local-packages : |
48
48
*.opam
49
49
- os : windows-latest
50
- ocaml-compiler : " 4.14 "
50
+ ocaml-compiler : " 5.2 "
51
51
libev : false
52
52
ppx : true
53
53
local-packages : |
54
54
*.opam
55
55
- os : ubuntu-latest
56
- ocaml-compiler : " 4.14 "
56
+ ocaml-compiler : " 5.2 "
57
57
libev : true
58
58
ppx : false
59
59
local-packages : |
60
60
*.opam
61
61
!lwt_ppx.opam
62
62
- os : macos-latest
63
- ocaml-compiler : " 4.14 "
63
+ ocaml-compiler : " 5.2 "
64
64
libev : true
65
65
ppx : false
66
66
local-packages : |
67
67
*.opam
68
68
!lwt_ppx.opam
69
69
- os : windows-latest
70
- ocaml-compiler : " 4.14 "
70
+ ocaml-compiler : " 5.2 "
71
71
libev : false
72
72
ppx : false
73
73
local-packages : |
@@ -77,17 +77,13 @@ jobs:
77
77
runs-on : ${{ matrix.os }}
78
78
79
79
steps :
80
- - name : Hack Git CRLF for ocaml/setup-ocaml#529 issue
81
- run : git config --global core.autocrlf input
82
-
83
- - name : Checkout code
80
+ - name : Checkout tree
84
81
uses : actions/checkout@v4
85
82
86
83
- name : Set-up OCaml
87
- uses : ocaml/setup-ocaml@v2
84
+ uses : ocaml/setup-ocaml@v3.0.0-alpha
88
85
with :
89
86
ocaml-compiler : ${{ matrix.ocaml-compiler }}
90
- opam-depext-flags : --with-test
91
87
opam-local-packages : ${{ matrix.local-packages }}
92
88
allow-prerelease-opam : true
93
89
@@ -120,10 +116,10 @@ jobs:
120
116
uses : actions/checkout@v4
121
117
122
118
- name : Set-up OCaml
123
- uses : ocaml/setup-ocaml@v2
119
+ uses : ocaml/setup-ocaml@v3.0.0-alpha
124
120
with :
125
121
ocaml-compiler : " 5.2"
126
122
allow-prerelease-opam : true
127
123
dune-cache : true
128
124
129
- - uses : ocaml/setup-ocaml/lint-opam@v2
125
+ - uses : ocaml/setup-ocaml/lint-opam@v3.0.0-alpha
You can’t perform that action at this time.
0 commit comments