Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/reusable-CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
pkg-extra-constraints: behat/gherkin:~4.12.0
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v5

# Enable coverage only for specific version(s) !
# Usually highest version(s), plus additional ones in case of code used only with specific versions
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
PHP_VERSION: ${{ needs.fetch-supported-versions.outputs.php-max }}
SYMFONY_VERSION: ${{ needs.fetch-supported-versions.outputs.symfony-max }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup PHP ${{ env.PHP_VERSION }}
id: setup-php
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup PHP ${{ matrix.php-version }}
id: setup-php
Expand Down