From e8c3afc6a302f77dd372d13e91bda8a69ffeb29a Mon Sep 17 00:00:00 2001 From: Eric Saxby Date: Sun, 3 Nov 2024 09:50:06 -0800 Subject: [PATCH] Use Elixir 1.17.3; OTP 27.1.2; Postgres 17.0 --- .github/workflows/tests.yml | 16 ++++++++-------- .tool-versions | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 278aef2..190021f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: elixir: 1.15.8 otp: 25.3.2.12 - pair: - elixir: 1.17.2 + elixir: 1.17.3 otp: 27.0 name: Build Test runs-on: ubuntu-22.04 @@ -62,7 +62,7 @@ jobs: elixir: 1.15.8 otp: 25.3.2.12 - pair: - elixir: 1.17.2 + elixir: 1.17.3 otp: 27.0 name: Build Dev runs-on: ubuntu-22.04 @@ -107,7 +107,7 @@ jobs: elixir: 1.15.8 otp: 25.3.2.12 - pair: - elixir: 1.17.2 + elixir: 1.17.3 otp: 27.0 name: Test needs: build_test @@ -116,7 +116,7 @@ jobs: MIX_ENV: test services: postgres: - image: postgres:16.4-alpine + image: postgres:17.0-alpine env: POSTGRES_PASSWORD: postgres POSTGRES_USER: postgres @@ -159,7 +159,7 @@ jobs: elixir: 1.15.8 otp: 25.3.2.12 - pair: - elixir: 1.17.2 + elixir: 1.17.3 otp: 27.0 name: Credo + Dialyxir needs: build_test @@ -202,7 +202,7 @@ jobs: matrix: include: - pair: - elixir: 1.17.2 + elixir: 1.17.3 otp: 27.0 name: Docs needs: build_dev @@ -237,7 +237,7 @@ jobs: matrix: include: - pair: - elixir: 1.17.2 + elixir: 1.17.3 otp: 27.0 name: Audit needs: build_dev @@ -284,7 +284,7 @@ jobs: matrix: include: - pair: - elixir: 1.17.2 + elixir: 1.17.3 otp: 27.0 name: Publish to Hex if: github.ref == 'refs/heads/main' diff --git a/.tool-versions b/.tool-versions index 41daba6..8c2f624 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -elixir 1.17.2-otp-27 -erlang 27.0.1 -postgres 16.4 +elixir 1.17.3-otp-27 +erlang 27.1.2 +postgres 17.0