File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 include :
16+ - { php-version: 8.1, symfony-version: 6.4.*, dependency-version: prefer-lowest }
1617 - { php-version: 8.1, symfony-version: 6.4.*, dependency-version: prefer-stable }
1718 - { php-version: 8.3, symfony-version: 7.*, dependency-version: prefer-stable }
1819 - { php-version: 8.4, symfony-version: 8.*, dependency-version: prefer-stable }
19- name : PHPUnit (PHP ${{matrix.php-version}}, Symfony version lock ${{ matrix.symfony-version || 'none' }}, ${{ matrix.dependency-version }})
20+ name : PHPUnit (PHP ${{ matrix.php-version }}, Symfony version lock ${{ matrix.symfony-version }}, ${{ matrix.dependency-version }})
2021 steps :
2122 - uses : actions/checkout@v4
2223 - uses : shivammathur/setup-php@v2
3334 - run : composer update --${{ matrix.dependency-version }} --no-interaction --no-scripts --no-progress --ansi
3435 env :
3536 SYMFONY_REQUIRE : ${{ matrix.symfony-version }}
37+ COMPOSER_NO_SECURITY_BLOCKING : 1
3638 - run : composer show
3739 - run : vendor/bin/phpunit --display-warnings --display-deprecations
You can’t perform that action at this time.
0 commit comments