26
26
OPAMBSROOT : ~/.cache/.opam.cached
27
27
OPAM12CACHE : ~/.cache/opam1.2/cache
28
28
OPAM_REPO : https://github.com/ocaml/opam-repository.git
29
- OPAM_TEST_REPO_SHA : dff745994c64d083a6ba3ddc5a9c28ed0ad0f40a
30
- OPAM_REPO_SHA : 6eee105e52e098e36949a584c053a18bcb9b2f6b
29
+ OPAM_TEST_REPO_SHA : 67e940587b8aca227f511e1943bcd31eabe6b1db
30
+ OPAM_REPO_SHA : 67e940587b8aca227f511e1943bcd31eabe6b1db
31
31
SOLVER :
32
32
CYGWIN_MIRROR : http://mirrors.kernel.org/sourceware/cygwin/
33
33
CYGWIN_ROOT : D:\cygwin
79
79
run : bash -exu .github/scripts/main/archives-cache.sh
80
80
81
81
Cygwin :
82
- runs-on : windows-2019
82
+ runs-on : windows-2022
83
83
needs : Analyse
84
84
steps :
85
85
- name : Cygwin64 Cache
@@ -106,7 +106,7 @@ jobs:
106
106
needs : Analyse
107
107
strategy :
108
108
matrix :
109
- ocamlv : [ 4.08.1, 4.09.1, 4.10.2, 4.11.2, 4.12.1, 4.13.1, 5.0.0, 5.1.1, 4.14.2, 5.2 .0 ]
109
+ ocamlv : [ 4.08.1, 4.09.1, 4.10.2, 4.11.2, 4.12.1, 4.13.1, 5.0.0, 5.1.1, 5.2.1, 4.14.2, 5.3 .0 ]
110
110
fail-fast : true
111
111
steps :
112
112
- name : Install bubblewrap
@@ -139,7 +139,7 @@ jobs:
139
139
run : bash -exu .github/scripts/main/test.sh
140
140
141
141
Build-Windows :
142
- runs-on : windows-2019
142
+ runs-on : windows-2022
143
143
needs : [ Analyse, Cygwin ]
144
144
strategy :
145
145
matrix :
@@ -161,7 +161,10 @@ jobs:
161
161
ocamlv : 4.14.2
162
162
- host : x86_64-w64-mingw32
163
163
build : x86_64-pc-cygwin
164
- ocamlv : 5.2.0
164
+ ocamlv : 5.3.0
165
+ - host : x86_64-pc-windows
166
+ build : x86_64-pc-cygwin
167
+ ocamlv : 5.3.0
165
168
fail-fast : false
166
169
defaults :
167
170
run :
@@ -244,7 +247,7 @@ jobs:
244
247
needs : Analyse
245
248
strategy :
246
249
matrix :
247
- ocamlv : [ 4.14.2, 5.2 .0 ]
250
+ ocamlv : [ 4.14.2, 5.3 .0 ]
248
251
fail-fast : true
249
252
steps :
250
253
- name : Install GNU patch
@@ -282,7 +285,7 @@ jobs:
282
285
needs : [ Analyse, Build-Linux ]
283
286
strategy :
284
287
matrix :
285
- ocamlv : [ 4.14.2, 5.2 .0 ]
288
+ ocamlv : [ 4.14.2, 5.3 .0 ]
286
289
fail-fast : false
287
290
env :
288
291
OPAM_TEST : 1
@@ -339,7 +342,7 @@ jobs:
339
342
needs : Analyse
340
343
strategy :
341
344
matrix :
342
- ocamlv : [ 4.14.2, 5.2 .0 ]
345
+ ocamlv : [ 4.14.2, 5.3 .0 ]
343
346
fail-fast : false
344
347
env :
345
348
OPAM_TEST : 1
@@ -428,7 +431,7 @@ jobs:
428
431
needs : [ Analyse, Build-Linux ]
429
432
strategy :
430
433
matrix :
431
- ocamlv : [ 4.14.2, 5.2 .0 ]
434
+ ocamlv : [ 4.14.2, 5.3 .0 ]
432
435
fail-fast : false
433
436
env :
434
437
OPAM_DOC : 1
@@ -485,7 +488,7 @@ jobs:
485
488
strategy :
486
489
matrix :
487
490
solver : [ z3, 0install ]
488
- ocamlv : [ 4.14.2, 5.2 .0 ]
491
+ ocamlv : [ 4.14.2, 5.3 .0 ]
489
492
fail-fast : false
490
493
env :
491
494
SOLVER : ${{ matrix.solver }}
@@ -535,7 +538,7 @@ jobs:
535
538
strategy :
536
539
matrix :
537
540
solver : [ z3, 0install ]
538
- ocamlv : [ 4.14.2, 5.2 .0 ]
541
+ ocamlv : [ 4.14.2, 5.3 .0 ]
539
542
fail-fast : false
540
543
env :
541
544
SOLVER : ${{ matrix.solver }}
@@ -583,7 +586,7 @@ jobs:
583
586
needs : [ Analyse, Build-Linux ]
584
587
strategy :
585
588
matrix :
586
- ocamlv : [ 4.14.2, 5.2 .0 ]
589
+ ocamlv : [ 4.14.2, 5.3 .0 ]
587
590
fail-fast : false
588
591
steps :
589
592
- name : Install bubblewrap
@@ -618,7 +621,7 @@ jobs:
618
621
needs : [ Analyse, Build-macOS ]
619
622
strategy :
620
623
matrix :
621
- ocamlv : [ 4.14.2, 5.2 .0 ]
624
+ ocamlv : [ 4.14.2, 5.3 .0 ]
622
625
fail-fast : false
623
626
steps :
624
627
- name : Checkout tree
0 commit comments