Skip to content

Commit 67a423d

Browse files
committed
Use the same exclusion matrix as tests.yml
1 parent f0e4b45 commit 67a423d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pre-release-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
sf-version: '5.4'
6161
- php-version: '8.4'
6262
sf-version: '5.4'
63+
- php-version: '7.4'
64+
sf-version: '7.2'
65+
- php-version: '8.0'
66+
sf-version: '7.2'
67+
- php-version: '8.1'
68+
sf-version: '7.2'
6369

6470
name: integration-tests-against-rc (PHP ${{ matrix.php-version }}) (Symfony ${{ matrix.sf-version }}.*)
6571
steps:

0 commit comments

Comments
 (0)