From b407f93a13797853c251e1a554cf2e8180b4ef40 Mon Sep 17 00:00:00 2001 From: Ushitora Anqou Date: Fri, 22 Mar 2024 21:08:47 +0900 Subject: [PATCH] ci: use OCaml 5.0.0 --- .github/workflows/e2e_test.yaml | 4 ++-- .github/workflows/test.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e_test.yaml b/.github/workflows/e2e_test.yaml index f98affe..04c02f3 100644 --- a/.github/workflows/e2e_test.yaml +++ b/.github/workflows/e2e_test.yaml @@ -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 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 52fa355..43d26e5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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