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 3f79b11 commit 2f98a35Copy full SHA for 2f98a35
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Lint code with PHP-CS-Fixer
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
12
- name: Install dependencies
13
uses: php-actions/composer@v6
@@ -23,7 +23,7 @@ jobs:
23
name: Lint code with PHP CodeSniffer
24
25
26
27
28
29
.github/workflows/unittests.yml
@@ -98,7 +98,7 @@ jobs:
98
99
100
101
102
103
- name: Setup PHP
104
uses: shivammathur/setup-php@v2
0 commit comments