From f5540e0f24c39e8ebe7adc98187a566c52612af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kowalski?= Date: Fri, 15 Mar 2024 17:22:57 +0100 Subject: [PATCH] Run CI for Elixir 1.16, update cache action --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb51bfd..59ce062 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,14 @@ jobs: strategy: matrix: otp: [24, 25] - elixir: ["1.13", "1.14", "1.15"] + elixir: ["1.13", "1.14", "1.15", "1.16"] steps: - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: elixir-version: ${{matrix.elixir}} otp-version: ${{matrix.otp}} - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: mix-cache # id to use in retrieve action with: path: | @@ -39,7 +39,7 @@ jobs: with: elixir-version: ${{matrix.elixir}} otp-version: ${{matrix.otp}} - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: mix-cache # id to use in retrieve action with: path: |