mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-21 16:56:39 -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.07.x'
|
||||
- '4.08.x'
|
||||
- '4.13.x'
|
||||
- '4.14.x'
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Use OCaml
|
||||
uses: ocaml/setup-ocaml@v2
|
||||
with:
|
||||
ocaml-compiler: '4.13.x'
|
||||
ocaml-compiler: '4.14.x'
|
||||
|
||||
- name: Pin
|
||||
run: opam pin -n .
|
||||
|
|
|
|||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
#- windows-latest
|
||||
ocaml-compiler:
|
||||
- '4.03.x'
|
||||
- '4.13.x'
|
||||
- '4.14.x'
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue