mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-28 20:04:51 -05:00
chore(CI): bump the last version of ocaml from 4.13 to 4.14
This commit is contained in:
parent
00d344e09e
commit
15c9152795
3 changed files with 3 additions and 3 deletions
2
.github/workflows/compat.yml
vendored
2
.github/workflows/compat.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- '4.06.x'
|
- '4.06.x'
|
||||||
- '4.07.x'
|
- '4.07.x'
|
||||||
- '4.08.x'
|
- '4.08.x'
|
||||||
- '4.13.x'
|
- '4.14.x'
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Use OCaml
|
- name: Use OCaml
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v2
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: '4.13.x'
|
ocaml-compiler: '4.14.x'
|
||||||
|
|
||||||
- name: Pin
|
- name: Pin
|
||||||
run: opam pin -n .
|
run: opam pin -n .
|
||||||
|
|
|
||||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
#- windows-latest
|
#- windows-latest
|
||||||
ocaml-compiler:
|
ocaml-compiler:
|
||||||
- '4.03.x'
|
- '4.03.x'
|
||||||
- '4.13.x'
|
- '4.14.x'
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue