Skip to content

Commit 584ad16

Browse files
committed
disable tests on ubuntu on OTP 23
1 parent 2a3fd3d commit 584ad16

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- elixir: 1.14.x
18-
otp: 23.x
19-
tests_may_fail: false
17+
# No installer available on ubuntu-22.04
18+
# - elixir: 1.14.x
19+
# otp: 23.x
20+
# tests_may_fail: false
2021
- elixir: 1.14.x
2122
otp: 24.x
2223
tests_may_fail: false

0 commit comments

Comments
 (0)