Skip to content

Commit d6410d6

Browse files
committed
Update CI
1 parent c6f695f commit d6410d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
otp: "26.0"
1919
- elixir: "1.16"
2020
otp: "26.2"
21-
- elixir: "1.16"
22-
otp: "27.0-rc3"
21+
- elixir: "1.17"
22+
otp: "27.0"
23+
- elixir: "1.18"
24+
otp: "27.0"
2325
steps:
2426
- uses: actions/checkout@v2
2527
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)