Skip to content

Commit

Permalink
Add Elixir 1.15.x to testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Jun 23, 2023
1 parent 7a485cd commit fef061f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dialyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: setup
uses: erlef/setup-beam@v1
with:
elixir-version: '1.14.5'
elixir-version: '1.15.0'
otp-version: '26.0'

- name: mix-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: setup
uses: erlef/setup-beam@v1
with:
elixir-version: '1.14.5'
elixir-version: '1.15.0'
otp-version: '26.0'

- name: mix-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- elixir: '1.14.5'
otp: '25.3'
runs-on: ubuntu-22.04
- elixir: '1.14.5'
- elixir: '1.15.0'
otp: '26.0'
runs-on: ubuntu-22.04

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: setup
uses: erlef/setup-beam@v1
with:
elixir-version: '1.14.5'
elixir-version: '1.15.0'
otp-version: '26.0'

- name: mix-cache
Expand Down

0 comments on commit fef061f

Please sign in to comment.