Skip to content

Commit

Permalink
Add OTP 26.x to testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Aug 16, 2023
1 parent 2f74cf6 commit a8a90c2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dialyzer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: erlef/setup-beam@v1
with:
elixir-version: '1.14.5'
otp-version: '25.3'
otp-version: '26.0'

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

- name: mix-cache
uses: actions/cache@v3
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 @@ -18,7 +18,7 @@ jobs:
matrix:
include:
- elixir: '1.14.5'
otp: '25.3'
otp: '26.0'

services:
influxdb:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-v1.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- elixir: '1.14.5'
otp: '25.3'
runs-on: ubuntu-22.04
- elixir: '1.14.5'
otp: '26.0'
runs-on: ubuntu-22.04

services:
influxdb:
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 @@ -48,12 +48,12 @@ jobs:
influxdb_image_version: '2.5.1'
influxdb_test_version: '2.5'
- elixir: '1.14.5'
otp: '25.3'
otp: '26.0'
runs-on: ubuntu-22.04
influxdb_image_version: '2.6.1'
influxdb_test_version: '2.6'
- elixir: '1.14.5'
otp: '25.3'
otp: '26.0'
runs-on: ubuntu-22.04
influxdb_image_version: '2.7.1'
influxdb_test_version: '2.7'
Expand Down

0 comments on commit a8a90c2

Please sign in to comment.