mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-07 23:38:47 +00:00
CI: bump version of OCaml to 4.14.2
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
b6b172509c
commit
538299e781
1 changed files with 5 additions and 3 deletions
8
.github/workflows/blank.yml
vendored
8
.github/workflows/blank.yml
vendored
|
|
@ -5,6 +5,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "1.30"
|
- "1.30"
|
||||||
|
- "1.40" # for future
|
||||||
|
- "1.50"
|
||||||
- "more-dune"
|
- "more-dune"
|
||||||
|
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
@ -18,16 +20,16 @@ jobs:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- macos-latest
|
- macos-latest
|
||||||
ocaml-compiler:
|
ocaml-compiler:
|
||||||
- 4.13.1
|
- 4.14.2
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout tree
|
- name: Checkout tree
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
|
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v3
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue