Skip to content

Commit 7cd7615

Browse files
committed
bump ci otp versions
1 parent 7c732f3 commit 7cd7615

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ jobs:
1717
matrix:
1818
include:
1919
- elixir: 1.8.x
20-
otp: 21.3.8.18
20+
otp: 21.3.8.20
2121
tests_may_fail: false
2222
- elixir: 1.9.x
23-
otp: 21.3.8.18
23+
otp: 21.3.8.20
2424
tests_may_fail: false
2525
- elixir: 1.10.x
26-
otp: 21.3.8.18
26+
otp: 21.3.8.20
2727
tests_may_fail: false
2828
check_unused_deps: true
2929
- elixir: 1.11.x
30-
otp: 21.3.8.18
30+
otp: 21.3.8.20
3131
tests_may_fail: false
3232
check_unused_deps: true
3333
- elixir: 1.11.x
34-
otp: 23.1.4
34+
otp: 23.2.x
3535
tests_may_fail: false
3636
warnings_as_errors: true
3737
check_formatted: true
@@ -62,8 +62,8 @@ jobs:
6262
strategy:
6363
matrix:
6464
include:
65-
- elixir: 1.11.0
66-
otp: 23.1.1
65+
- elixir: 1.11.x
66+
otp: 23.2.x
6767
steps:
6868
- uses: actions/checkout@v2
6969
- uses: actions/setup-elixir@v1

0 commit comments

Comments
 (0)