Skip to content

Commit ff8ac27

Browse files
committed
CI
1 parent f1cb9fb commit ff8ac27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14-
- uses: ocaml/setup-ocaml@v2
14+
- uses: ocaml/setup-ocaml@v3
1515
with:
16-
ocaml-compiler: 4.12.x
16+
ocaml-compiler: 4.14.x
1717

1818
- name: Pin
1919
run: opam pin -n .

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
#- windows-latest
1616
ocaml-compiler:
1717
- 4.03.x
18-
- 4.12.x
18+
- 4.14.x
1919
- 5.03.x
2020
runs-on: ${{ matrix.os }}
2121
steps:
@@ -27,7 +27,7 @@ jobs:
2727
- run: opam install -t . --deps-only
2828
- run: opam exec -- dune build
2929
- name: Install docker compose
30-
run: sudo pip install docker-compose
30+
run: sudo apt install docker-compose
3131
if: ${{ matrix.os == 'ubuntu-latest'}}
3232
- name: Start containers
3333
run: docker-compose up -d

0 commit comments

Comments
 (0)