From b02c29220d4f455a94f939decfe5686db2d77cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Sat, 28 Dec 2024 20:03:27 +0100 Subject: [PATCH] Update to Elixir 1.18.1 --- .github/workflows/ci-workflow.yml | 4 ++-- .github/workflows/compatibility-elixir.yml | 4 ++-- .github/workflows/compatibility-phoenix.yml | 8 ++++---- .tool-versions | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index e86ab6ad6..289055598 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: otp: [24.3, 25.3, 26.2] - elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0] + elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1] exclude: - elixir: 1.14.5 otp: 26.2 @@ -34,7 +34,7 @@ jobs: otp: 24.3 - elixir: 1.17.3 otp: 24.3 - - elixir: 1.18.0 + - elixir: 1.18.1 otp: 24.3 steps: diff --git a/.github/workflows/compatibility-elixir.yml b/.github/workflows/compatibility-elixir.yml index e65a68d1c..ca5d83642 100644 --- a/.github/workflows/compatibility-elixir.yml +++ b/.github/workflows/compatibility-elixir.yml @@ -16,7 +16,7 @@ jobs: repo_url: ["https://github.com/elixir-lang/elixir.git"] repo_branch: ["v1.13", "main"] otp: [24.3, 25.3, 26.2] - elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0] + elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1] exclude: - elixir: 1.14.5 otp: 26.2 @@ -30,7 +30,7 @@ jobs: otp: 24.3 - elixir: 1.17.3 otp: 24.3 - - elixir: 1.18.0 + - elixir: 1.18.1 otp: 24.3 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/compatibility-phoenix.yml b/.github/workflows/compatibility-phoenix.yml index 06fb0c01a..54242e2cf 100644 --- a/.github/workflows/compatibility-phoenix.yml +++ b/.github/workflows/compatibility-phoenix.yml @@ -15,7 +15,7 @@ jobs: repo_url: ["https://github.com/phoenixframework/phoenix.git"] repo_branch: ["v1.6", "main"] otp: [24.3, 25.3, 26.2] - elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0] + elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1] exclude: - elixir: 1.14.5 otp: 26.2 @@ -29,7 +29,7 @@ jobs: otp: 24.3 - elixir: 1.17.3 otp: 24.3 - - elixir: 1.18.0 + - elixir: 1.18.1 otp: 24.3 steps: - uses: actions/checkout@v4 @@ -51,7 +51,7 @@ jobs: matrix: otp: [24.3, 25.3, 26.2] # phx_new depends on newer versions of Elixir than Credo - elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.0] + elixir: [1.14.5, 1.15.7, 1.16.2, 1.17.3, 1.18.1] exclude: - elixir: 1.14.5 otp: 26.2 @@ -65,7 +65,7 @@ jobs: otp: 24.3 - elixir: 1.17.3 otp: 24.3 - - elixir: 1.18.0 + - elixir: 1.18.1 otp: 24.3 steps: - uses: actions/checkout@v4 diff --git a/.tool-versions b/.tool-versions index ef4c9bfbc..dec8b1ba9 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ erlang 27.0 -elixir 1.18.0 +elixir 1.18.1