Skip to content

Commit 683e6fc

Browse files
chore: show parameters in name of CI jobs
1 parent 39316ef commit 683e6fc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
name: "Continuous Integration"
1+
name: "CI: PHPUnit"
32

43
on:
54
pull_request:
@@ -27,7 +26,7 @@ on:
2726

2827
jobs:
2928
phpunit:
30-
name: "PHPUnit"
29+
name: PHP ${{ matrix.php-version || 'Ø' }} - Sf ${{ matrix.symfony-require || 'Ø' }} - deps ${{ matrix.dependencies || 'Ø' }} - stab. ${{ matrix.stability || 'Ø' }} - remove ORM ${{ matrix.remove-orm || 'Ø' }} - remove Messenger ${{ matrix.doctrine-messenger || 'Ø' }}
3130
runs-on: "ubuntu-latest"
3231
env:
3332
SYMFONY_REQUIRE: ${{matrix.symfony-require}}
@@ -55,6 +54,10 @@ jobs:
5554
php-version: "8.4"
5655

5756
# Test LTS
57+
- symfony-require: "6.4.*"
58+
dependencies: "highest"
59+
php-version: "8.4"
60+
5861
- symfony-require: "7.4.*"
5962
dependencies: "highest"
6063
php-version: "8.4"

0 commit comments

Comments
 (0)