Skip to content

Commit

Permalink
Use Elixir 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sax committed Mar 23, 2024
1 parent d74335b commit 2a0cda3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 31 deletions.
42 changes: 12 additions & 30 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
elixir: 1.16.0
otp: 25.0
- pair:
elixir: 1.16.0
otp: 26.2.1
elixir: 1.16.2
otp: 26.2.2
name: Build Test
runs-on: ubuntu-20.04
env:
Expand Down Expand Up @@ -87,8 +87,8 @@ jobs:
elixir: 1.16.0
otp: 25.0
- pair:
elixir: 1.16.0
otp: 26.2.1
elixir: 1.16.2
otp: 26.2.2
name: Build Dev
runs-on: ubuntu-20.04
env:
Expand Down Expand Up @@ -142,8 +142,8 @@ jobs:
elixir: 1.16.0
otp: 25.0
- pair:
elixir: 1.16.0
otp: 26.2.1
elixir: 1.16.2
otp: 26.2.2
name: Test
needs: build_test
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -177,26 +177,8 @@ jobs:
matrix:
include:
- pair:
elixir: 1.13.0
otp: 23.3
- pair:
elixir: 1.14.5
otp: 25.0
- pair:
elixir: 1.14.5
otp: 26.0
- pair:
elixir: 1.15.7
otp: 25.0
- pair:
elixir: 1.15.7
otp: 26.0
- pair:
elixir: 1.16.0
otp: 25.0
- pair:
elixir: 1.16.0
otp: 26.2.1
elixir: 1.16.2
otp: 26.2.2
name: Credo + Dialyxir
needs: build_test
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -238,8 +220,8 @@ jobs:
matrix:
include:
- pair:
elixir: 1.16.0
otp: 26.2.1
elixir: 1.16.2
otp: 26.2.2
name: Audit
needs: build_dev
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -279,8 +261,8 @@ jobs:
matrix:
include:
- pair:
elixir: 1.16.0
otp: 26.2.1
elixir: 1.16.2
otp: 26.2.2
name: Publish to Hex
if: github.ref == 'refs/heads/main'
needs:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.16.1-otp-26
elixir 1.16.2-otp-26
erlang 26.2.2

0 comments on commit 2a0cda3

Please sign in to comment.