Skip to content

Commit 2433b0b

Browse files
authored
chore: bump Elixir version (#922)
1 parent 28a3fa8 commit 2433b0b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
steps:
9090
- uses: actions/checkout@v4
9191
- name: Set up Elixir
92+
id: setup-beam
9293
uses: erlef/setup-beam@v1
9394
with:
9495
version-type: strict
@@ -133,7 +134,7 @@ jobs:
133134
id: plt-cache
134135
with:
135136
path: priv/plts
136-
key: ${{ runner.os }}-plts-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
137+
key: ${{ runner.os }}-plts-${{ steps.setup-beam.outputs.elixir-version }}-${{ hashFiles('mix.lock') }}
137138
- name: Create PLTs
138139
if: steps.plt-cache.outputs.cache-hit != 'true'
139140
run: |

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
erlang 26.1
2-
elixir 1.15.6-otp-26
1+
erlang 26.2
2+
elixir 1.16.2-otp-26
33
golang 1.21.3
44
rust 1.71.1
55
protoc 24.3

0 commit comments

Comments
 (0)