Skip to content

Commit fd041fb

Browse files
beberleigreg0ire
authored andcommitted
Drop Psalm
1 parent eadf96c commit fd041fb

File tree

266 files changed

+907
-4093
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+907
-4093
lines changed

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -74,30 +74,3 @@ jobs:
7474
run: "vendor/bin/phpstan analyse -c phpstan-persistence2.neon"
7575
if: "${{ matrix.dbal-version == 'default' && matrix.persistence-version != 'default'}}"
7676

77-
static-analysis-psalm:
78-
name: "Static Analysis with Psalm"
79-
runs-on: "ubuntu-22.04"
80-
81-
strategy:
82-
fail-fast: false
83-
84-
steps:
85-
- name: "Checkout code"
86-
uses: "actions/checkout@v4"
87-
88-
- name: "Install PHP"
89-
uses: "shivammathur/setup-php@v2"
90-
with:
91-
coverage: "none"
92-
php-version: "8.3"
93-
94-
- name: "Require specific persistence version"
95-
run: "composer require doctrine/persistence ^3.1 --no-update"
96-
97-
- name: "Install dependencies with Composer"
98-
uses: "ramsey/composer-install@v3"
99-
with:
100-
dependency-versions: "highest"
101-
102-
- name: "Run a static analysis with vimeo/psalm"
103-
run: "vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc)"

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
"squizlabs/php_codesniffer": "3.7.2",
5252
"symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0",
5353
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0",
54-
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
55-
"vimeo/psalm": "4.30.0 || 5.26.1"
54+
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
5655
},
5756
"conflict": {
5857
"doctrine/annotations": "<1.13 || >= 3.0"

0 commit comments

Comments
 (0)