File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[tools ]
22erlang = " 28.0"
3- elixir = " 1.19.0 -otp-28"
3+ elixir = " 1.19.5 -otp-28"
You can’t perform that action at this time.
0 commit comments