mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +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:
|
||||
branches:
|
||||
- "1.30"
|
||||
- "1.40" # for future
|
||||
- "1.50"
|
||||
- "more-dune"
|
||||
|
||||
permissions: read-all
|
||||
|
|
@ -18,16 +20,16 @@ jobs:
|
|||
- ubuntu-latest
|
||||
- macos-latest
|
||||
ocaml-compiler:
|
||||
- 4.13.1
|
||||
- 4.14.2
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Checkout tree
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
|
||||
uses: ocaml/setup-ocaml@v2
|
||||
uses: ocaml/setup-ocaml@v3
|
||||
with:
|
||||
ocaml-compiler: ${{ matrix.ocaml-compiler }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue