File tree 1 file changed +2
-14
lines changed
1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ concurrency:
7
7
8
8
jobs :
9
9
phpstan :
10
- name : " PHPStan"
10
+ name : PHPStan
11
11
runs-on : ubuntu-latest
12
12
env :
13
13
php-version : 8.2
55
55
run : vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --format=checkstyle | cs2pr
56
56
57
57
phpunit :
58
- name : " PHPUnit"
58
+ name : PHPUnit (PHP ${{ matrix.php }}) (Symfony ${{ matrix.sf_version }}) (${{ matrix.dependencies }})
59
59
runs-on : ubuntu-latest
60
60
strategy :
61
61
max-parallel : 10
@@ -103,18 +103,6 @@ jobs:
103
103
composer-options : " --optimize-autoloader"
104
104
dependency-versions : " ${{ matrix.dependencies }}"
105
105
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
-
118
106
- name : " Run tests"
119
107
env :
120
108
SYMFONY_DEPRECATIONS_HELPER : ' max[self]=3&max[indirect]=1'
You can’t perform that action at this time.
0 commit comments