Skip to content

Commit

Permalink
Bump GitHub Elixir 1.14.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Aug 16, 2023
1 parent 72de65d commit 5771277
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.4'
elixir-version: '1.14.5'
otp-version: '25.3'

- 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.4'
elixir-version: '1.14.5'
otp-version: '25.3'

- 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.4'
- elixir: '1.14.5'
otp: '25.3'

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 @@ -32,7 +32,7 @@ jobs:
- elixir: '1.13.4'
otp: '24.3'
runs-on: ubuntu-22.04
- elixir: '1.14.4'
- elixir: '1.14.5'
otp: '25.3'
runs-on: ubuntu-22.04

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-v2.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ jobs:
runs-on: ubuntu-22.04
influxdb_image_version: '2.4.0'
influxdb_test_version: '2.4'
- elixir: '1.14.4'
- elixir: '1.14.5'
otp: '25.3'
runs-on: ubuntu-22.04
influxdb_image_version: '2.5.1'
influxdb_test_version: '2.5'
- elixir: '1.14.4'
- elixir: '1.14.5'
otp: '25.3'
runs-on: ubuntu-22.04
influxdb_image_version: '2.6.1'
influxdb_test_version: '2.6'
- elixir: '1.14.4'
- elixir: '1.14.5'
otp: '25.3'
runs-on: ubuntu-22.04
influxdb_image_version: '2.7.1'
Expand Down

0 comments on commit 5771277

Please sign in to comment.