Skip to content

Commit aef372c

Browse files
removed unsupported matrix combos
1 parent 5ce5255 commit aef372c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/maze-runner.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
matrix:
1515
php-version: ['8.0', '8.1', '8.2', '8.3', '8.4']
1616
symfony-version: [5, 6, 7]
17+
exclude:
18+
- php-version: 8.0
19+
symfony-version: 7
20+
- php-version: 8.1
21+
symfony-version: 7
1722

1823
steps:
1924
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)