Skip to content

Commit

Permalink
ci: use OCaml 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Mar 22, 2024
1 parent d5e6d88 commit b407f93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
NGROK_AUTHTOKEN: ${{ secrets.NGROK_AUTHTOKEN }}
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Set-up OCaml 4.14.1
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "4.14.1"
ocaml-compiler: "5.0.0"
- run: opam install . --deps-only --with-test
- run: opam exec -- make -C e2e create-cluster
- run: opam exec -- make -C e2e test
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: actions/checkout@v4
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Set-up OCaml 4.14.1
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "4.14.1"
ocaml-compiler: "5.0.0"
- run: opam install . --deps-only --with-test
- run: opam exec -- make test

0 comments on commit b407f93

Please sign in to comment.