From 6a70ab75631081d5bdbca343ed31ee81e89bf317 Mon Sep 17 00:00:00 2001 From: Eric Saxby Date: Mon, 16 Sep 2024 18:04:18 -0700 Subject: [PATCH] Use Elixir 1.17.2; OTP 27.0.1 --- .github/workflows/tests.yml | 12 ++++++------ .tool-versions | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3e412d..5879767 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: elixir: 1.15.0 otp: 25.0 - pair: - elixir: 1.17.0 + elixir: 1.17.2 otp: 27.0 name: Build Test runs-on: ubuntu-20.04 @@ -57,7 +57,7 @@ jobs: elixir: 1.15.0 otp: 25.0 - pair: - elixir: 1.17.0 + elixir: 1.17.2 otp: 27.0 name: Build Dev runs-on: ubuntu-20.04 @@ -97,7 +97,7 @@ jobs: elixir: 1.15.0 otp: 25.0 - pair: - elixir: 1.17.0 + elixir: 1.17.2 otp: 27.0 name: Test needs: build_test @@ -132,7 +132,7 @@ jobs: matrix: include: - pair: - elixir: 1.17.0 + elixir: 1.17.2 otp: 27.0 name: Credo + Dialyxir needs: build_test @@ -175,7 +175,7 @@ jobs: matrix: include: - pair: - elixir: 1.17.0 + elixir: 1.17.2 otp: 27.0 name: Audit needs: build_dev @@ -216,7 +216,7 @@ jobs: matrix: include: - pair: - elixir: 1.17.0 + elixir: 1.17.2 otp: 27.0 name: Publish to Hex if: github.ref == 'refs/heads/main' diff --git a/.tool-versions b/.tool-versions index f8bb424..b7c4c5b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -elixir 1.17.0-otp-27 -erlang 27.0 +elixir 1.17.2-otp-27 +erlang 27.0.1