Skip to content

Commit ee09002

Browse files
committed
chore(ci): pin Elixir to 1.19.5-otp-28 to match local
1 parent 411d640 commit ee09002

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
echo "All fuzz tests passed!"
113113
114114
elixir-tests-latest:
115-
name: Elixir 1.19.0 / OTP 28.0 / ${{ matrix.os }}
115+
name: Elixir 1.19.5 / OTP 28.0 / ${{ matrix.os }}
116116
runs-on: ${{ matrix.os }}
117117
strategy:
118118
fail-fast: true
@@ -158,9 +158,9 @@ jobs:
158158
path: |
159159
deps
160160
_build
161-
key: ${{ runner.os }}-mix-1.19.0-28.0-${{ hashFiles('mix.exs', '**/Cargo.toml') }}
161+
key: ${{ runner.os }}-mix-1.19.5-28.0-${{ hashFiles('mix.exs', '**/Cargo.toml') }}
162162
restore-keys: |
163-
${{ runner.os }}-mix-1.19.0-28.0-
163+
${{ runner.os }}-mix-1.19.5-28.0-
164164
165165
- name: Install Mix dependencies
166166
run: mix deps.get

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
22
erlang = "28.0"
3-
elixir = "1.19.0-otp-28"
3+
elixir = "1.19.5-otp-28"

0 commit comments

Comments
 (0)