We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949a31d commit ae45ce9Copy full SHA for ae45ce9
1 file changed
.github/workflows/ci.yml
@@ -11,14 +11,15 @@ on:
11
jobs:
12
mix_test:
13
name: mix test (Elixir ${{matrix.elixir}} | Erlang/OTP ${{matrix.otp}})
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
15
strategy:
16
fail-fast: false
17
matrix:
18
include:
19
- - elixir: 1.14.x
20
- otp: 23.x
21
- tests_may_fail: false
+ # No installer available on ubuntu-22.04
+ # - elixir: 1.14.x
+ # otp: 23.x
22
+ # tests_may_fail: false
23
- elixir: 1.14.x
24
otp: 24.x
25
tests_may_fail: false
0 commit comments