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 54e76ea commit 6a1b837Copy full SHA for 6a1b837
1 file changed
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
analyse:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
12
- uses: shivammathur/setup-php@v2
13
with:
14
php-version: '8.1'
@@ -41,7 +41,7 @@ jobs:
41
- php-version: '8.4'
42
- php-version: '8.5'
43
44
45
46
47
php-version: ${{ matrix.php-version }}
0 commit comments