Skip to content

Commit 30301be

Browse files
authored
Support Elixir 1.18 in GitHub CI (#106)
1 parent c8f62bf commit 30301be

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.11.3
20-
otp: 21.3
19+
elixir: "1.11"
20+
otp: "21"
2121
- pair:
22-
elixir: 1.17.2
23-
otp: 27.0
22+
elixir: "1.18"
23+
otp: "27"
2424
lint: lint
2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)