Skip to content

Commit

Permalink
fixup! chore: update Elixir to 1.15.7 and OTP to 26.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Oct 31, 2023
1 parent 74c58db commit 53c655e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

strategy:
matrix:
otp: [26.0.2]
elixir: [1.15.4]
otp: [26.1.2]
elixir: [1.15.7]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
- uses: erlef/setup-beam@v1
id: beam
with:
otp-version: 26.0.2
elixir-version: 1.15.4
otp-version: 26.1.2
elixir-version: 1.15.7
- uses: actions/cache@v3
with:
path: |
Expand All @@ -80,8 +80,8 @@ jobs:
id: beam
uses: erlef/setup-beam@v1
with:
otp-version: 26.0.2
elixir-version: 1.15.4
otp-version: 26.1.2
elixir-version: 1.15.7

# Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones
# Cache key based on Elixir & Erlang version (also useful when running in matrix)
Expand Down
2 changes: 1 addition & 1 deletion .rtx.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tools]
erlang = "26.1.1"
erlang = "26.1.2"
elixir = "1.15.7-otp-26"
zig = "0.11.0"

0 comments on commit 53c655e

Please sign in to comment.