File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Install dev dependencies from OPAM
4
4
opam init -y --bare --disable-sandboxing
5
- opam switch create 5.2.1 --packages ocaml-option-static
5
+ opam switch create 5.3.0 --packages ocaml-option-static
6
6
opam install . --deps-only -y
7
7
8
8
# For IDE support, install the OCaml language server
Original file line number Diff line number Diff line change @@ -87,23 +87,23 @@ jobs:
87
87
matrix :
88
88
include :
89
89
- os : ubuntu-24.04 # x64
90
- ocaml_compiler : ocaml-variants.5.2.1 +options,ocaml-option-static
90
+ ocaml_compiler : ocaml-variants.5.3.0 +options,ocaml-option-static
91
91
upload_binaries : true
92
92
upload_libs : true
93
93
- os : ubuntu-24.04-arm # ARM
94
- ocaml_compiler : ocaml-variants.5.2.1 +options,ocaml-option-static
94
+ ocaml_compiler : ocaml-variants.5.3.0 +options,ocaml-option-static
95
95
upload_binaries : true
96
96
# Build the playground compiler and run the benchmarks on the fastest runner
97
97
build_playground : true
98
98
benchmarks : true
99
99
- os : macos-13 # x64
100
- ocaml_compiler : 5.2.1
100
+ ocaml_compiler : 5.3.0
101
101
upload_binaries : true
102
102
- os : macos-14 # ARM
103
- ocaml_compiler : 5.2.1
103
+ ocaml_compiler : 5.3.0
104
104
upload_binaries : true
105
105
- os : windows-latest
106
- ocaml_compiler : 5.2.1
106
+ ocaml_compiler : 5.3.0
107
107
upload_binaries : true
108
108
109
109
# Verify that the compiler still builds with older OCaml versions
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Make sure you have [opam](https://opam.ocaml.org/doc/Install.html) installed on
47
47
opam init
48
48
49
49
# Any recent OCaml version works as a development compiler
50
- opam switch create 5.2.1 # can also create local switch with opam switch create
50
+ opam switch create 5.3.0 # can also create local switch with opam switch create
51
51
52
52
# Install dev dependencies from OPAM
53
53
opam install . --deps-only --with-test --with-dev-setup -y
You can’t perform that action at this time.
0 commit comments