Skip to content

Commit a95b94d

Browse files
authored
Merge pull request #45 from dotkernel/arhimede-2
playground for the failing GHA
2 parents 70509e2 + fb64147 commit a95b94d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
mv config/autoload/swoole.local.php.dist config/autoload/swoole.local.php
5252
mv config/autoload/log.local.php.dist config/autoload/log.local.php
5353
- name: Run static analysis with PHPStan
54-
run: vendor/bin/phpstan analyse
54+
run: vendor/bin/phpstan analyse

.laminas-ci.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"additional_composer_arguments": [
3-
"--no-scripts",
4-
"--no-plugins"
3+
"--no-scripts"
54
],
65
"extensions": [
76
"redis"

0 commit comments

Comments
 (0)