Skip to content
Open
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 @@ -41,7 +41,7 @@ jobs:
composer-flag: --prefer-lowest
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Enable coverage
if: ${{ matrix.php-version == '8.2' }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
name: Static analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Setup PHP 8.2
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:

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

- name: Setup PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
Expand Down
Loading