Skip to content

Commit e457acf

Browse files
committed
ci: remove Erlang versions v26, v27, and v28 to legacy jobs
1 parent 2f703c4 commit e457acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/legacy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: elixir-${{ matrix.elixir }}-otp-${{ matrix.otp }}
1010
strategy:
1111
matrix:
12-
otp: ["24", "25"]
12+
otp: ["24", "25", "26", "27", "28"]
1313
elixir: ["1.15"]
1414
services:
1515
postgres:
@@ -42,7 +42,7 @@ jobs:
4242
name: elixir-${{ matrix.elixir }}-otp-${{ matrix.otp }}
4343
strategy:
4444
matrix:
45-
otp: ["24", "25"]
45+
otp: ["24", "25", "26", "27", "28"]
4646
elixir: ["1.14"]
4747
services:
4848
postgres:

0 commit comments

Comments
 (0)