Skip to content

Commit 350bf20

Browse files
committed
Drop workaround for 1.10 --warnings-as-errors bug
1 parent 102a8eb commit 350bf20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
otp: 20.3.8.26
2727
- elixir: 1.9.x
2828
otp: 20.3.8.26
29-
warnings_as_errors: true # 1.10 is not enough as its --warnigs-as-errors has bugs https://github.com/elixir-lang/elixir/issues/10073
3029
- elixir: 1.10.x
3130
otp: 21.3.8.18
32-
- elixir: 1.10.x
31+
- elixir: 1.11.x
3332
otp: 22.3.4.12
3433
- elixir: 1.11.x
3534
otp: 23.1.1

0 commit comments

Comments
 (0)