Skip to content

Commit

Permalink
OCaml 4.14.0 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Nov 18, 2024
1 parent f6475bb commit b18bc61
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest]
ocaml-compiler:
- 4.12.1
- 4.14.0
container:
image: ocaml/opam:alpine-3.16-ocaml-4.12
options: --user root
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: Opam init
run: opam init -a --disable-sandboxing --compiler=4.12.1
run: opam init -a --disable-sandboxing --compiler=4.14.0

- name: Install deps
run: opam install . --deps-only --with-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [macOS-latest]
ocaml-compiler:
- 4.12.1
- 4.14.0

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [windows-latest]
ocaml-compiler:
- 4.12.1
- 4.14.0

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest]
ocaml-compiler:
- 4.12.1
- 4.14.0
container:
image: ocaml/opam:alpine-3.16-ocaml-4.12
options: --user root
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: Opam init
run: opam init -a --disable-sandboxing --compiler=4.12.1
run: opam init -a --disable-sandboxing --compiler=4.14.0

- name: Install deps
run: opam install . --deps-only --with-test
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
matrix:
os: [macOS-latest]
ocaml-compiler:
- 4.12.1
- 4.14.0

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
matrix:
os: [windows-latest]
ocaml-compiler:
- 4.12.1
- 4.14.0

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest]
ocaml-compiler:
- 4.12.1
- 4.14.0
container:
image: ocaml/opam:alpine-3.16-ocaml-4.12
options: --user root
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3

- name: Opam init
run: opam init -a --disable-sandboxing --compiler=4.12.1
run: opam init -a --disable-sandboxing --compiler=4.14.0

- name: Install deps
run: opam install . --deps-only --with-test
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
matrix:
os: [macOS-latest]
ocaml-compiler:
- 4.12.1
- 4.14.0

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
matrix:
os: [windows-latest]
ocaml-compiler:
- 4.12.1
- 4.14.0

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Make sure running the below commands in `/src`.
1. Create a sandbox with opam

```
opam switch create spice 4.12.1
opam switch create spice 4.14.0
```

2. Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions src/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ocaml.sandbox": {
"kind": "opam",
"switch": "4.12.1"
"switch": "4.14.0"
}
}
}

0 comments on commit b18bc61

Please sign in to comment.