Skip to content

Commit 74d186e

Browse files
authored
Support Elixir 1.18 in GitHub CI (#117)
1 parent 138d532 commit 74d186e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
include:
2222
- elixir: "1.10"
2323
otp: "22"
24-
- elixir: "1.17"
24+
- elixir: "1.18"
2525
otp: "27"
2626
lint: lint
2727

0 commit comments

Comments
 (0)