File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ jobs:
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- # Stable supported versions
18
17
php : ['8.1', '8.2', '8.3']
19
18
symfony : ['5.4.*', '6.4.*', '7.0.*']
20
19
composer-flags : ['--prefer-stable']
21
20
can-fail : [false]
21
+ exclude :
22
+ - php : " 8.1"
23
+ symfony : " 7.0.*"
22
24
23
25
name : " PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
24
26
29
31
- name : " checkout"
30
32
uses : " actions/checkout@v4"
31
33
32
- - name : " build the PHP8 environment"
34
+ - name : " build the PHP environment"
33
35
run : " dev/bin/docker-compose build --build-arg PHP_VERSION=${{ matrix.php }} --build-arg XDEBUG_VERSION='3.3.1' php"
34
- if : startsWith(matrix.php, '8')
35
36
36
37
- name : " install dependencies"
37
38
run : " dev/bin/php composer update --ansi ${{ matrix.composer-flags }}"
You can’t perform that action at this time.
0 commit comments