Skip to content

Commit f7dd1a2

Browse files
Alex Martsinovichmartosaur
authored andcommitted
Bump maximum Elixir version to 1.17
1 parent 8604c04 commit f7dd1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
include:
1717
- elixir: '1.14'
1818
otp: '23'
19-
- elixir: '1.16'
20-
otp: '26'
19+
- elixir: '1.17'
20+
otp: '27'
2121

2222
steps:
2323
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)