Skip to content

Commit e76f607

Browse files
committed
exclude impossible version matrix combinations
1 parent 26d4205 commit e76f607

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ jobs:
1010
matrix:
1111
php: [ '7.4', '8.0', '8.1', '8.2']
1212
sf_version: [ '5.4.*', '6.2.*', '6.3.*' ]
13+
exclude:
14+
- php: 7.4
15+
sf_version: 6.2.*
16+
- php: 8.0
17+
sf_version: 6.2.*
18+
- php: 7.4
19+
sf_version: 6.3.*
20+
- php: 8.0
21+
sf_version: 6.3.*
1322

1423
steps:
1524
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)