Skip to content

Commit

Permalink
Use Elixir 1.17.3; OTP 27.1.2; Postgres 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sax committed Nov 3, 2024
1 parent a6154a5 commit e8c3afc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
matrix:
include:
- pair:
elixir: 1.17.2
elixir: 1.17.3
otp: 27.0
name: Docs
needs: build_dev
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
matrix:
include:
- pair:
elixir: 1.17.2
elixir: 1.17.3
otp: 27.0
name: Audit
needs: build_dev
Expand Down Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e8c3afc

Please sign in to comment.