Skip to content

Commit 15ff0b9

Browse files
committed
ci: exclude 1.12 from OTP 25 matrix
1 parent 1e71e74 commit 15ff0b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/elixir.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
matrix:
1212
otp: ['23.3', '24.2', '25.0']
1313
elixir: ['1.12.3', '1.13.3', '1.14.0']
14+
exclude:
15+
- otp: '25.0'
16+
elixir: '1.12.3'
1417
steps:
1518
- uses: actions/checkout@v2
1619
- uses: erlef/setup-elixir@v1

0 commit comments

Comments
 (0)