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 f9cc715 + 519fbc8 commit 615532fCopy full SHA for 615532f
.github/workflows/coding-style.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: "ubuntu-latest"
11
12
steps:
13
- - uses: "actions/checkout@v5"
+ - uses: "actions/checkout@v6"
14
15
- name: "Setup PHP Action"
16
uses: "shivammathur/setup-php@v2"
.github/workflows/static-analysis.yml
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
- '7.4.*'
19
20
21
22
23
- name: "Cache Composer packages"
24
id: "composer-cache"
0 commit comments