File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ concurrency:
77
88jobs :
99 phpstan :
10- name : " PHPStan"
10+ name : PHPStan
1111 runs-on : ubuntu-latest
1212 env :
1313 php-version : 8.2
5555 run : vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --format=checkstyle | cs2pr
5656
5757 phpunit :
58- name : " PHPUnit"
58+ name : PHPUnit (PHP ${{ matrix.php }}) (Symfony ${{ matrix.sf_version }}) (${{ matrix.dependencies }})
5959 runs-on : ubuntu-latest
6060 strategy :
6161 max-parallel : 10
@@ -103,18 +103,6 @@ jobs:
103103 composer-options : " --optimize-autoloader"
104104 dependency-versions : " ${{ matrix.dependencies }}"
105105
106- # - name: "Install Composer dependencies (default)"
107- # if: matrix.strategy != 'lowest'
108- # env:
109- # SYMFONY_REQUIRE: ${{ matrix.sf_version }}
110- # run: composer update --no-interaction --optimize-autoloader
111- #
112- # - name: "Install Composer dependencies (lowest)"
113- # if: matrix.strategy == 'lowest'
114- # env:
115- # SYMFONY_REQUIRE: ${{ matrix.sf_version }}
116- # run: composer update --no-interaction --prefer-stable --prefer-lowest --optimize-autoloader
117-
118106 - name : " Run tests"
119107 env :
120108 SYMFONY_DEPRECATIONS_HELPER : ' max[self]=3&max[indirect]=1'
You can’t perform that action at this time.
0 commit comments