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 Aug 23, 2023
1 parent 025e8cb commit 8b4785b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dialyzer.yaml
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.4'
otp-version: '26.0'

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

- name: mix-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-v1.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
include:
- elixir: '1.14.5'
- elixir: '1.15.4'
otp: '26.0'

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-v1.8.yaml
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.4'
otp: '26.0'
runs-on: ubuntu-22.04

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-v2.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
runs-on: ubuntu-22.04
influxdb_image_version: '2.5.1'
influxdb_test_version: '2.5'
- elixir: '1.14.5'
- elixir: '1.15.4'
otp: '26.0'
runs-on: ubuntu-22.04
influxdb_image_version: '2.6.1'
influxdb_test_version: '2.6'
- elixir: '1.14.5'
- elixir: '1.15.4'
otp: '26.0'
runs-on: ubuntu-22.04
influxdb_image_version: '2.7.1'
Expand Down

0 comments on commit 8b4785b

Please sign in to comment.