Skip to content

Commit ead2c3e

Browse files
committed
Change CI OTP Elixir test versions
1 parent 164373d commit ead2c3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
matrix:
1313
include:
1414
- pair:
15-
elixir: "1.13"
16-
otp: "24.3.4.10"
15+
elixir: 1.15.x
16+
otp: 26.x
1717
- pair:
18-
elixir: "1.15"
19-
otp: "26.0"
18+
elixir: 1.18.x
19+
otp: 27.x
2020
steps:
2121
- uses: actions/checkout@v3
2222

0 commit comments

Comments
 (0)