Skip to content

Commit 735f125

Browse files
authored
Support Elixir 1.19/Erlang 28 in CI (#199)
Also bump actions/checkout.
1 parent a0012c2 commit 735f125

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- elixir: 1.14
17-
otp: 24
18-
- elixir: 1.18
19-
otp: 27
16+
- elixir: "1.14"
17+
otp: "24"
18+
- elixir: "1.19"
19+
otp: "28"
2020
lint: lint
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- uses: erlef/setup-beam@v1
2525
with:

0 commit comments

Comments
 (0)