File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1515 # - windows-latest
1616 ocaml-version :
1717 - 4.14
18- - 5.3
18+ - 5.4
1919
2020 runs-on : ${{ matrix.os }}
2121
Original file line number Diff line number Diff line change 3333 - name : Set-up OCaml
3434 uses : ocaml/setup-ocaml@v3
3535 with :
36- ocaml-compiler : " 5.3 "
36+ ocaml-compiler : " 5.4 "
3737 dune-cache : true
3838 allow-prerelease-opam : true
3939
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 - name : Checkout code
1313 uses : actions/checkout@v5
1414
15- - name : Use OCaml 5.3
15+ - name : Use OCaml 5.4
1616 uses : ocaml/setup-ocaml@v3
1717 with :
18- ocaml-compiler : 5.3
18+ ocaml-compiler : 5.4
1919 dune-cache : true
2020 allow-prerelease-opam : true
2121
@@ -30,10 +30,10 @@ jobs:
3030 - name : Checkout code
3131 uses : actions/checkout@v5
3232
33- - name : Use OCaml 5.3
33+ - name : Use OCaml 5.4
3434 uses : ocaml/setup-ocaml@v3
3535 with :
36- ocaml-compiler : 5.3
36+ ocaml-compiler : 5.4
3737 dune-cache : true
3838 allow-prerelease-opam : true
3939
@@ -63,10 +63,10 @@ jobs:
6363 - name : Checkout code
6464 uses : actions/checkout@v5
6565
66- - name : Use OCaml 5.3
66+ - name : Use OCaml 5.4
6767 uses : ocaml/setup-ocaml@v3
6868 with :
69- ocaml-compiler : 5.3
69+ ocaml-compiler : 5.4
7070 dune-cache : true
7171 allow-prerelease-opam : true
7272
@@ -79,10 +79,10 @@ jobs:
7979 - name : Checkout code
8080 uses : actions/checkout@v5
8181
82- - name : Use OCaml 5.3
82+ - name : Use OCaml 5.4
8383 uses : ocaml/setup-ocaml@v3
8484 with :
85- ocaml-compiler : 5.3
85+ ocaml-compiler : 5.4
8686 dune-cache : true
8787 allow-prerelease-opam : true
8888
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 - name : Checkout tree
1212 uses : actions/checkout@v5
1313
14- - name : Set-up OCaml 5.3
14+ - name : Set-up OCaml 5.4
1515 uses : ocaml/setup-ocaml@v3
1616 with :
17- ocaml-compiler : 5.3
17+ ocaml-compiler : 5.4
1818 dune-cache : true
1919 allow-prerelease-opam : true
2020
Original file line number Diff line number Diff line change 11profile=default
2- version=0.27.0
2+ version=0.28.1
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ The setup should be installable as easily as possible.
77## Getting started
88
99``` sh
10- opam switch create . 5.3 .0 --no-install
10+ opam switch create . 5.4 .0 --no-install
1111opam install . --deps-only --with-dev-setup
1212```
1313
1414## Build system
1515
16- The current goto build system in ocaml is dune. Version 3 or superior of the
16+ The current goto build system in ocaml is dune. Version 3.20 or superior of the
1717dune lang should be used if possible. Unless the goal is to write a library
1818that must be compatible with legacy environements. The base of the project has
1919been generated with ` dune init project modern_ocaml ` .
Original file line number Diff line number Diff line change 1- (lang dune 3 .17 )
1+ (lang dune 3 .20 )
22
33(name modern-ocaml)
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ doc: "https://khady.github.io/modern-ocaml/"
99tags: ["ocaml" "is" "love"]
1010depends: [
1111 "ocaml"
12- "dune" {>= "3.17 "}
13- "ocamlformat" {= "0.27.0 " & with-dev-setup}
12+ "dune" {>= "3.20 "}
13+ "ocamlformat" {= "0.28.1 " & with-dev-setup}
1414 "ocaml-lsp-server" {with-dev-setup}
1515 "odoc" {with-doc}
1616 "dune-release" {with-dev-setup}
You can’t perform that action at this time.
0 commit comments