Skip to content

Commit

Permalink
Use Elixir 1.17.2; OTP 27.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sax committed Sep 17, 2024
1 parent c447e28 commit 6a70ab7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.0
otp: 25.0
- pair:
elixir: 1.17.0
elixir: 1.17.2
otp: 27.0
name: Build Test
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
matrix:
include:
- pair:
elixir: 1.17.0
elixir: 1.17.2
otp: 27.0
name: Audit
needs: build_dev
Expand Down Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.17.0-otp-27
erlang 27.0
elixir 1.17.2-otp-27
erlang 27.0.1

0 comments on commit 6a70ab7

Please sign in to comment.