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 1dd13f6 commit ab0bbf0Copy full SHA for ab0bbf0
.github/workflows/reusable-CI-workflow.yml
@@ -27,7 +27,7 @@ jobs:
27
- php-version: '8.2'
28
steps:
29
- name: Check out code
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
32
# @TODO Figure out if coverage for every version is actually useful or not
33
# - name: Enable coverage
@@ -103,7 +103,7 @@ jobs:
103
name: Static analysis
104
runs-on: ubuntu-latest
105
106
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
107
108
- name: Setup PHP 8.2
109
uses: shivammathur/setup-php@v2
@@ -150,7 +150,7 @@ jobs:
150
151
152
153
154
155
- name: Setup PHP ${{ matrix.php-version }}
156
0 commit comments