Skip to content

Commit 81b6e8b

Browse files
authored
Support Elixir 1.18 in CI (#124)
1 parent d87b4a1 commit 81b6e8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
matrix:
1717
include:
1818
- pair:
19-
elixir: 1.7.x
20-
otp: 22.x
19+
elixir: "1.7"
20+
otp: "22"
2121
- pair:
22-
elixir: 1.17.x
23-
otp: 27.x
22+
elixir: "1.18"
23+
otp: "27"
2424
lint: lint
2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)