Skip to content

Commit a2f4b8f

Browse files
committed
chore: fix ci
1 parent 455a443 commit a2f4b8f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- elixir: 1.17.0
20-
otp: 27.0
21-
- elixir: 1.16.3
22-
otp: 26.1.2
23-
- elixir: 1.15.6
24-
otp: 24.3.4.13
25-
- elixir: 1.11.4
26-
otp: 21.3.8.24
19+
- elixir: 1.17
20+
otp: 27
21+
- elixir: 1.16
22+
otp: 26
23+
- elixir: 1.15
24+
otp: 25
25+
- elixir: 1.14
26+
otp: 24
2727
steps:
2828
- uses: actions/checkout@v3
2929
- uses: erlef/setup-beam@v1

0 commit comments

Comments
 (0)