File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1515 # - windows-latest
1616 ocaml-version :
1717 - 4.14
18- - 5.2
18+ - 5.3
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.2 "
36+ ocaml-compiler : " 5.3 "
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@v4
1414
15- - name : Use OCaml 5.2
15+ - name : Use OCaml 5.3
1616 uses : ocaml/setup-ocaml@v3
1717 with :
18- ocaml-compiler : 5.2
18+ ocaml-compiler : 5.3
1919 dune-cache : true
2020 allow-prerelease-opam : true
2121
@@ -30,10 +30,10 @@ jobs:
3030 - name : Checkout code
3131 uses : actions/checkout@v4
3232
33- - name : Use OCaml 5.2
33+ - name : Use OCaml 5.3
3434 uses : ocaml/setup-ocaml@v3
3535 with :
36- ocaml-compiler : 5.2
36+ ocaml-compiler : 5.3
3737 dune-cache : true
3838 allow-prerelease-opam : true
3939
@@ -63,10 +63,10 @@ jobs:
6363 - name : Checkout code
6464 uses : actions/checkout@v4
6565
66- - name : Use OCaml 5.2
66+ - name : Use OCaml 5.3
6767 uses : ocaml/setup-ocaml@v3
6868 with :
69- ocaml-compiler : 5.2
69+ ocaml-compiler : 5.3
7070 dune-cache : true
7171 allow-prerelease-opam : true
7272
@@ -79,10 +79,10 @@ jobs:
7979 - name : Checkout code
8080 uses : actions/checkout@v4
8181
82- - name : Use OCaml 5.2
82+ - name : Use OCaml 5.3
8383 uses : ocaml/setup-ocaml@v3
8484 with :
85- ocaml-compiler : 5.2
85+ ocaml-compiler : 5.3
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@v4
1313
14- - name : Set-up OCaml 5.2
14+ - name : Set-up OCaml 5.3
1515 uses : ocaml/setup-ocaml@v3
1616 with :
17- ocaml-compiler : 5.2
17+ ocaml-compiler : 5.3
1818 dune-cache : true
1919 allow-prerelease-opam : true
2020
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The setup should be installable as easily as possible.
77## Getting started
88
99``` sh
10- opam switch create . 5.2 .0 --no-install
10+ opam switch create . 5.3 .0 --no-install
1111opam install . --deps-only --with-dev-setup
1212```
1313
Original file line number Diff line number Diff line change 1- (lang dune 3 .12 )
1+ (lang dune 3 .17 )
22
33(name modern-ocaml)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ doc: "https://khady.github.io/modern-ocaml/"
99tags: ["ocaml" "is" "love"]
1010depends: [
1111 "ocaml"
12- "dune" {>= "3.12 "}
12+ "dune" {>= "3.17 "}
1313 "ocamlformat" {= "0.27.0" & with-dev-setup}
1414 "ocaml-lsp-server" {with-dev-setup}
1515 "odoc" {with-doc}
You can’t perform that action at this time.
0 commit comments