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 a9bc530 + 3dd5a80 commit 7429d3aCopy full SHA for 7429d3a
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Coding Standard
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- name: Setup PHP 8.4
16
uses: shivammathur/setup-php@v2
17
with:
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Tests (PHP ${{ matrix.php }} - ${{ matrix.deps }})
21
22
23
24
- name: Setup PHP ${{ matrix.php }}
25
26
0 commit comments