Skip to content

Commit c42e0b5

Browse files
committed
Job naming
1 parent 800181d commit c42e0b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- job-name: Bare minimum - Special case - Symfony 5.4
7070
php-version: '${{ inputs.php-min-version }}'
7171
symfony-version: '5.4'
72-
- job-name: Late migration - Php # => Highest symfony version with lowest php version allowed by composer config
72+
- job-name: Late migration - PHP # => Highest symfony version with lowest php version allowed by composer config
7373
php-version: '${{ inputs.php-min-version }}'
7474
symfony-version: '${{ inputs.symfony-max-version }}'
7575
- job-name: Late migration - Symfony # => Lowest symfony version with highest php version allowed by composer config
@@ -215,7 +215,7 @@ jobs:
215215
uses: actions/dependency-review-action@v4
216216

217217
nightly-tests:
218-
name: ${{ matrix.job-name }}
218+
name: Nightly - ${{ matrix.job-name }}
219219
runs-on: ubuntu-latest
220220
env:
221221
COMPOSER_IGNORE_PLATFORM_REQ: 'php+'
@@ -225,22 +225,22 @@ jobs:
225225
fail-fast: false
226226
matrix:
227227
include:
228-
- job-name: PHP Nightly - With highest supported symfony versions
228+
- job-name: PHP - With highest supported Symfony versions
229229
php-version: ${{ inputs.php-next-version }}
230230
symfony-version: ${{ inputs.symfony-max-version }}
231231
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
232232
pkg-extra-constraints: behat/gherkin:~4.12.0
233-
- job-name: PHP Nightly - With lowest supported symfony versions
233+
- job-name: PHP - With lowest supported Symfony versions
234234
php-version: ${{ inputs.php-next-version }}
235235
symfony-version: ${{ inputs.symfony-min-version }}
236236
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
237237
pkg-extra-constraints: behat/gherkin:~4.12.0
238-
- job-name: Symfony Nightly - With highest supported php version
238+
- job-name: Symfony - With highest supported PHP version
239239
php-version: ${{ inputs.php-max-version }}
240240
symfony-version: ${{ inputs.symfony-next-version }}
241241
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)
242242
pkg-extra-constraints: behat/gherkin:~4.12.0
243-
- job-name: Symfony Nightly - With lowest supported php version
243+
- job-name: Symfony - With lowest supported PHP version
244244
php-version: ${{ inputs.php-min-version > 8.1 && inputs.php-min-version || '8.1' }} # Fix - Sf 6.3 (current next) require php 8.1 minimum !
245245
symfony-version: ${{ inputs.symfony-next-version }}
246246
# Fix - behat/gherkin => Avoid issue with behat <-> gherkin packages (See https://github.com/Behat/Gherkin/issues/317)

0 commit comments

Comments
 (0)