Skip to content

Commit

Permalink
Bump GitHub Elixir 1.16.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Feb 15, 2024
1 parent f9f2bf3 commit 59c5f67
Show file tree
Hide file tree
Showing 5 changed files with 5 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 @@ -21,7 +21,7 @@ jobs:
id: setup
uses: erlef/setup-beam@v1
with:
elixir-version: '1.16.0'
elixir-version: '1.16.1'
otp-version: '26.2'

- 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.16.0'
elixir-version: '1.16.1'
otp-version: '26.2'

- 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 @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: '1.16.0'
- elixir: '1.16.1'
otp: '26.2'

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 @@ -39,7 +39,7 @@ jobs:
- elixir: '1.15.7'
otp: '26.2'
runs-on: ubuntu-22.04
- elixir: '1.16.0'
- elixir: '1.16.1'
otp: '26.2'
runs-on: ubuntu-22.04

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-v2.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-22.04
influxdb_image_version: '2.6.1'
influxdb_test_version: '2.6'
- elixir: '1.16.0'
- elixir: '1.16.1'
otp: '26.2'
runs-on: ubuntu-22.04
influxdb_image_version: '2.7.5'
Expand Down

0 comments on commit 59c5f67

Please sign in to comment.