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 25, 2024
1 parent 2e5c320 commit a71582b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.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.16.0'
elixir-version: '1.16.1'
otp-version: '26.2'

- name: mix-cache
Expand Down Expand Up @@ -74,7 +74,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 Expand Up @@ -128,7 +128,7 @@ jobs:
- elixir: '1.15.7'
otp: '25.3'
runs-on: ubuntu-22.04
- elixir: '1.16.0'
- elixir: '1.16.1'
otp: '26.2'
runs-on: ubuntu-22.04

Expand Down

0 comments on commit a71582b

Please sign in to comment.