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 b1e37ec + b72d9de commit ee99a5dCopy full SHA for ee99a5d
.github/workflows/pest.yml
@@ -16,7 +16,7 @@ jobs:
16
dependency-version: [prefer-lowest, prefer-stable]
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
20
- uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
21
with:
22
php-version: ${{ matrix.php }}
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
timeout-minutes: 15
37
38
39
40
41
php-version: 8.1
.github/workflows/phpcs.yml
@@ -8,7 +8,7 @@ jobs:
8
9
timeout-minutes: 5
10
11
12
- uses: shivammathur/setup-php@v2
13
14
0 commit comments