Skip to content

Commit 1eb15b5

Browse files
committed
Fix GitHub Action test matrix
1 parent 7471950 commit 1eb15b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/elixir.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
elixir: '1.13.4'
100100
- otp: '25.3'
101101
elixir: '1.14.5'
102+
exclude:
103+
- otp: '27.1'
104+
elixir: '1.15.8'
105+
- otp: '27.1'
106+
elixir: '1.16.3'
102107

103108
steps:
104109
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)