mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
chore(ci): change ocaml 4.12.x to ocaml 4.13.x
This commit is contained in:
parent
569e254540
commit
a13fc12ff4
2 changed files with 2 additions and 2 deletions
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.12.x'
|
||||
ocaml-compiler: '4.13.x'
|
||||
|
||||
- name: Pin
|
||||
run: opam pin -n .
|
||||
|
|
|
|||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
ocaml-compiler:
|
||||
- '4.03.x'
|
||||
- '4.08.x'
|
||||
- '4.12.x'
|
||||
- '4.13.x'
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue