Skip to content

Commit 74fd9d9

Browse files
committed
Improve
1 parent ff047f0 commit 74fd9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-CI-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
jobs:
1111
tests:
12-
name: PHP ${{ matrix.php-version }} / Symfony ${{ matrix.symfony-version }}
12+
name: PHP ${{ matrix.php-version }} & Symfony ${{ matrix.symfony-version }}
1313
runs-on: ubuntu-latest
1414
env:
1515
COVERAGE_TYPE: none
@@ -161,7 +161,7 @@ jobs:
161161
uses: actions/dependency-review-action@v4
162162

163163
nightly-tests:
164-
name: Nightly - PHP ${{ matrix.php-version }} / Symfony ${{ matrix.symfony-version }}
164+
name: Nightly - PHP ${{ matrix.php-version }} & Symfony ${{ matrix.symfony-version }}
165165
runs-on: ubuntu-latest
166166
env:
167167
COMPOSER_OPTIONS: '--optimize-autoloader --ignore-platform-req=php+'

0 commit comments

Comments
 (0)