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 402e8e3 commit c7f9aa0Copy full SHA for c7f9aa0
.github/workflows/php-test.yml
@@ -15,7 +15,7 @@ jobs:
15
experimental: true
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
19
20
- name: Setup PHP
21
uses: shivammathur/setup-php@v2
@@ -44,7 +44,7 @@ jobs:
44
name: "PHPCS"
45
46
47
48
49
50
@@ -67,7 +67,7 @@ jobs:
67
name: "PHPStan"
68
69
70
71
72
- name: Setup PHPStan
73
0 commit comments