Skip to content

Commit 6c8d684

Browse files
committed
chore: update workflows
1 parent 90a5c7b commit 6c8d684

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
path: ~/.opam
1919
key: opam-ubuntu-latest-4.12.0
2020

21-
- uses: ocaml/setup-ocaml@v2
21+
- uses: ocaml/setup-ocaml@v3
2222
with:
23-
ocaml-compiler: '4.14'
23+
ocaml-compiler: '5.03'
2424

2525
- name: Pin
2626
run: opam pin -n .

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
ocaml-compiler:
1717
- 4.08
1818
- 4.14
19+
- 5.03
1920
runs-on: ${{ matrix.os }}
2021
steps:
21-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2223
- uses: ocaml/setup-ocaml@master
2324
with:
2425
ocaml-compiler: ${{ matrix.ocaml-compiler }}
@@ -28,4 +29,4 @@ jobs:
2829
- run: opam install -t . --deps-only
2930
- run: opam exec -- dune build --ignore-promoted-rules
3031
- run: opam exec -- dune runtest --ignore-promoted-rules
31-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ocaml-compiler == '4.14.x' }}
32+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ocaml-compiler == '5.03' }}

0 commit comments

Comments
 (0)