Skip to content

Commit 812fb69

Browse files
committed
Restrict test to PHP 8.2/8.3 and Symfony 5.5/6.4
1 parent 6771548 commit 812fb69

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/ci.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,9 @@ jobs:
126126
strategy:
127127
fail-fast: false
128128
matrix:
129-
php: ['7.4', '8.0', '8.1', '8.2', '8.3'] # same as in the container
130-
symfony_version: ['5.4.*', '6.2.*', '6.3.*']
129+
php: ['8.2', '8.3'] # same as in the container
130+
symfony_version: ['5.4.*', '6.4.*']
131131
dependencies: ['--prefer-lowest', '--prefer-dist']
132-
exclude:
133-
- php: '7.4'
134-
symfony_version: '6.2.*'
135-
- php: '7.4'
136-
symfony_version: '6.3.*'
137-
- php: '8.0'
138-
symfony_version: '6.2.*'
139-
- php: '8.0'
140-
symfony_version: '6.3.*'
141132

142133
name: PHP ${{ matrix.php }} functional tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
143134

0 commit comments

Comments
 (0)