We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e71e74 commit 15ff0b9Copy full SHA for 15ff0b9
1 file changed
.github/workflows/elixir.yml
@@ -11,6 +11,9 @@ jobs:
11
matrix:
12
otp: ['23.3', '24.2', '25.0']
13
elixir: ['1.12.3', '1.13.3', '1.14.0']
14
+ exclude:
15
+ - otp: '25.0'
16
+ elixir: '1.12.3'
17
steps:
18
- uses: actions/checkout@v2
19
- uses: erlef/setup-elixir@v1
0 commit comments