Skip to content

Commit 39a0677

Browse files
committed
fix failing test issues
1 parent 8c21738 commit 39a0677

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: "Upload baseline file"
6262
if: ${{ failure() }}
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: phpstan-baseline.neon
6666
path: phpstan-baseline.neon

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"symfony/messenger": "^6.4"
2727
},
2828
"require-dev": {
29-
"roave/security-advisories": "dev-latest",
3029
"codeception/codeception": "^5.0.10",
3130
"codeception/phpunit-wrapper": "^9",
3231
"codeception/module-asserts": "^2",

0 commit comments

Comments
 (0)