Skip to content

Commit c59a06a

Browse files
authored
Update ci.yml
1 parent ceed8a1 commit c59a06a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
# Oldest.
19-
- elixir: "1.11"
20-
otp: "23.3"
21-
os: ubuntu-20.04
18+
- elixir: "1.14"
19+
otp: "24.2"
20+
os: ubuntu-22.04
2221

23-
# Newest.
2422
- elixir: "1.17"
2523
otp: "27.0"
2624
lint: lint

0 commit comments

Comments
 (0)