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 e07818d + 225ea9f commit f75d060Copy full SHA for f75d060
.github/workflows/coding-style.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: "ubuntu-latest"
11
12
steps:
13
- - uses: "actions/checkout@v4"
+ - uses: "actions/checkout@v5"
14
15
- name: "Setup PHP Action"
16
uses: "shivammathur/setup-php@v2"
.github/workflows/static-analysis.yml
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
- '7.4.*'
22
23
24
25
26
- name: "Cache Composer packages"
27
id: "composer-cache"
0 commit comments