We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff047f0 commit 74fd9d9Copy full SHA for 74fd9d9
.github/workflows/reusable-CI-workflow.yml
@@ -9,7 +9,7 @@ env:
9
10
jobs:
11
tests:
12
- name: PHP ${{ matrix.php-version }} / Symfony ${{ matrix.symfony-version }}
+ name: PHP ${{ matrix.php-version }} & Symfony ${{ matrix.symfony-version }}
13
runs-on: ubuntu-latest
14
env:
15
COVERAGE_TYPE: none
@@ -161,7 +161,7 @@ jobs:
161
uses: actions/dependency-review-action@v4
162
163
nightly-tests:
164
- name: Nightly - PHP ${{ matrix.php-version }} / Symfony ${{ matrix.symfony-version }}
+ name: Nightly - PHP ${{ matrix.php-version }} & Symfony ${{ matrix.symfony-version }}
165
166
167
COMPOSER_OPTIONS: '--optimize-autoloader --ignore-platform-req=php+'
0 commit comments