Skip to content

Commit 06c094c

Browse files
authored
Merge pull request #347 from norkunas/ci
Include PHP and Symfony version to CI job name
2 parents 4e8af37 + 11754b7 commit 06c094c

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/ci.yml

+2-14
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77

88
jobs:
99
phpstan:
10-
name: "PHPStan"
10+
name: PHPStan
1111
runs-on: ubuntu-latest
1212
env:
1313
php-version: 8.2
@@ -55,7 +55,7 @@ jobs:
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'

0 commit comments

Comments
 (0)