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 51173c3 commit e0c227dCopy full SHA for e0c227d
.github/workflows/coding-standards.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: "Checkout"
18
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
19
- name: PHPStan
20
uses: "docker://oskarstark/phpstan-ga"
21
env:
.github/workflows/continuous-integration.yml
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
with:
77
fetch-depth: 2
78
.github/workflows/php-cs-fixer.yml
- name: "PHP-CS-Fixer"
uses: "docker://oskarstark/php-cs-fixer-ga:3.26.0"
0 commit comments