From c8f62bfb77c6c345ad50d6bb414c15109d4002cb Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Wed, 7 Aug 2024 07:24:09 +0800 Subject: [PATCH] CI housekeeping (#104) List of changes: - add Elixir 1.17 / Erlang OTP 27 to CI - bump github actions --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fd1024..0d2cb35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,21 +16,21 @@ jobs: matrix: include: - pair: - elixir: "1.11.4" - otp: "21.3.8.17" + elixir: 1.11.3 + otp: 21.3 - pair: - elixir: "1.15.4" - otp: "26.0.2" + elixir: 1.17.2 + otp: 27.0 lint: lint steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.pair.otp}} elixir-version: ${{matrix.pair.elixir}} - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | deps