ci/test: remove superfluous matrix combinations
When include is used only the specified combinations are executed and the full list above is ignored
This commit is contained in:
parent
f2c2ec5e27
commit
d63292561b
1 changed files with 0 additions and 6 deletions
|
|
@ -6,12 +6,6 @@ depends_on:
|
|||
|
||||
matrix:
|
||||
# test the lowest and highest versions
|
||||
ELIXIR_VERSION:
|
||||
- 1.14
|
||||
- 1.18
|
||||
OTP_VERSION:
|
||||
- 25
|
||||
- 27
|
||||
include:
|
||||
- ELIXIR_VERSION: 1.14
|
||||
OTP_VERSION: 25
|
||||
|
|
|
|||
Loading…
Reference in a new issue