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 97cb55f commit c530594Copy full SHA for c530594
.github/workflows/reusable-CI-workflow.yml
@@ -41,7 +41,7 @@ jobs:
41
composer-flag: --prefer-lowest
42
steps:
43
- name: Check out code
44
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
45
46
- name: Enable coverage
47
if: ${{ matrix.php-version == '8.2' }}
@@ -129,7 +129,7 @@ jobs:
129
name: Static analysis
130
runs-on: ubuntu-latest
131
132
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
133
134
- name: Setup PHP 8.2
135
uses: shivammathur/setup-php@v2
@@ -183,7 +183,7 @@ jobs:
183
184
185
186
187
188
- name: Setup PHP ${{ matrix.php-version }}
189
0 commit comments