File tree Expand file tree Collapse file tree 8 files changed +30
-20
lines changed
Expand file tree Collapse file tree 8 files changed +30
-20
lines changed Original file line number Diff line number Diff line change 1919 os :
2020 - ubuntu-latest
2121 ocaml-version :
22- - " 5.3 "
22+ - " 5.4 "
2323
2424 runs-on : ${{ matrix.os }}
2525
Original file line number Diff line number Diff line change 1515 name : Build Docusaurus
1616 runs-on : ubuntu-latest
1717 env :
18- OCAML_VERSION : " 5.3 "
18+ OCAML_VERSION : " 5.4 "
1919 defaults :
2020 run :
2121 shell : bash
Original file line number Diff line number Diff line change @@ -25,13 +25,14 @@ jobs:
2525 - ubuntu-latest
2626 - macos-latest
2727 ocaml-version :
28+ - " 5.4"
2829 - " 5.3"
2930 - " 5.2"
3031 - " 4.14"
3132 exclude :
3233 # Exclude the combination already tested in the main ci workflow.
3334 - os : ubuntu-latest
34- ocaml-version : " 5.3 "
35+ ocaml-version : " 5.4 "
3536
3637 runs-on : ${{ matrix.os }}
3738
Original file line number Diff line number Diff line change 1515 name : Test deployment
1616 runs-on : ubuntu-latest
1717 env :
18- OCAML_VERSION : " 5.3 "
18+ OCAML_VERSION : " 5.4 "
1919 defaults :
2020 run :
2121 shell : bash
Original file line number Diff line number Diff line change 297297 (synopsis " Tests & Examples for volgo" )
298298 ( depends
299299 ( ocaml
300- ( and
301- ( >= 5 .2)
302- ( < 5 .4~) ) )
300+ ( >= 5 .2) )
303301 ( bitv
304302 ( >= 2 .1) )
305303 ( cmdlang
306304 ( >= 0 .0.9) )
307305 ( cmdlang-cmdliner-err-runner
308306 ( >= 0 .0.16) )
309307 ( cmdliner
310- ( and
311- ( >= 1 .3.0)
312- ( < 2 .0) ) )
308+ ( >= 1 .3.0) )
313309 conf-git
314310 conf-hg
315311 ( eio
393389 ( allow_empty)
394390 ( depends
395391 ( ocaml
396- ( and
397- ( >= 5 .3)
398- ( < 5 .4~) ) )
392+ ( >= 5 .3) )
399393 ( ocamlformat
400394 ( = 0 .29.0) )
401395 ( bisect_ppx
402396 ( >= 2 .8.3) )
403397 ( cmdliner
404- ( and
405- ( >= 1 .3.0)
406- ( < 2 .0) ) )
398+ ( >= 1 .3.0) )
407399 conf-git
408400 conf-hg
409401 ( mdx
Original file line number Diff line number Diff line change 1+ (lang dune 3.20)
2+
3+ (pkg enabled)
4+
5+ (lock_dir
6+ (repositories overlay upstream alpha mbarbin)
7+ (constraints
8+ (ocaml
9+ (= 5.4.1))))
10+
11+ (repository
12+ (name mbarbin)
13+ (url "git+https://github.com/mbarbin/opam-repository.git"))
14+
15+ (repository
16+ (name alpha)
17+ (url "git+https://github.com/kit-ty-kate/opam-alpha-repository.git"))
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ doc: "https://mbarbin.github.io/vcs/"
99bug-reports: "https://github.com/mbarbin/vcs/issues"
1010depends: [
1111 "dune" {>= "3.17"}
12- "ocaml" {>= "5.3" & < "5.4~" }
12+ "ocaml" {>= "5.3"}
1313 "ocamlformat" {= "0.29.0"}
1414 "bisect_ppx" {>= "2.8.3"}
15- "cmdliner" {>= "1.3.0" & < "2.0" }
15+ "cmdliner" {>= "1.3.0"}
1616 "conf-git"
1717 "conf-hg"
1818 "mdx" {>= "2.4"}
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ doc: "https://mbarbin.github.io/vcs/"
99bug-reports: "https://github.com/mbarbin/vcs/issues"
1010depends: [
1111 "dune" {>= "3.17"}
12- "ocaml" {>= "5.2" & < "5.4~" }
12+ "ocaml" {>= "5.2"}
1313 "bitv" {>= "2.1"}
1414 "cmdlang" {>= "0.0.9"}
1515 "cmdlang-cmdliner-err-runner" {>= "0.0.16"}
16- "cmdliner" {>= "1.3.0" & < "2.0" }
16+ "cmdliner" {>= "1.3.0"}
1717 "conf-git"
1818 "conf-hg"
1919 "eio" {>= "1.0"}
You can’t perform that action at this time.
0 commit comments