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.
2 parents 8169269 + aff89e7 commit 9679bb0Copy full SHA for 9679bb0
.github/workflows/pest.yml
@@ -15,7 +15,7 @@ jobs:
15
dependency-version: [prefer-lowest, prefer-stable]
16
17
steps:
18
- - uses: actions/checkout@v3.5.3
+ - uses: actions/checkout@v4
19
- uses: shivammathur/setup-php@v2
20
with:
21
php-version: ${{ matrix.php }}
.github/workflows/phpcs.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
timeout-minutes: 5
10
11
12
13
14
php-version: 8.1
0 commit comments