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 210c869 + 8886b2a commit 3722b8fCopy full SHA for 3722b8f
.github/workflows/cs.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout code
27
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
28
29
- name: Install PHP
30
uses: shivammathur/setup-php@v2
.github/workflows/quicktest.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
# On stable PHPCS versions, allow for PHP deprecation notices.
45
# Unit tests don't need to fail on those for stable releases where those issues won't get fixed anymore.
.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
- name: Setup ini config
85
id: set_ini
0 commit comments