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 5bd760d + 9aff0c9 commit 1757e3cCopy full SHA for 1757e3c
.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
@@ -26,7 +26,7 @@ jobs:
26
continue-on-error: true
27
28
29
30
31
32
0 commit comments