Skip to content

Commit

Permalink
Remove psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Jun 24, 2024
1 parent 3034701 commit c5f2be0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 78 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
php: [ 8.1 ]
symfony: [ ^5.4, ^6.0 ]
symfony: [ ^5.4, ^6.4 ]

steps:
-
Expand Down Expand Up @@ -91,11 +91,6 @@ jobs:
run: vendor/bin/ecs check src
if: always() && steps.end-of-setup.outcome == 'success'

-
name: Run Psalm
run: vendor/bin/psalm --show-info=false --output-format=github
if: always() && steps.end-of-setup.outcome == 'success'

-
name: Run PHPStan
run: vendor/bin/phpstan analyse
Expand All @@ -114,27 +109,27 @@ jobs:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1, 8.2, 8.3]
symfony: [^5.4, ^6.0]
symfony: [^5.4, ^6.4]
sylius: [~1.10.0, ~1.11.0, ~1.12.0]
node: [18.x]
mysql: [5.7]

exclude:
-
sylius: ~1.10.0
symfony: ^6.0
symfony: ^6.4
-
sylius: ~1.11.0
php: 7.4
-
sylius: ~1.11.0
symfony: ^6.0
symfony: ^6.4
-
sylius: ~1.12.0
php: 7.4
-
php: 7.4
symfony: ^6.0
symfony: ^6.4

env:
APP_ENV: test
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"symfony/intl": "^5.4|^6.0",
"symfony/runtime": "^5.4|^6.0",
"symfony/web-profiler-bundle": "^5.4|^6.0",
"symfony/webpack-encore-bundle": "^1|^2",
"vimeo/psalm": "^5"
"symfony/webpack-encore-bundle": "^1|^2"
},
"autoload": {
"psr-4": { "FluxSE\\SyliusPayumStripePlugin\\": "src/" }
Expand Down
66 changes: 0 additions & 66 deletions psalm.xml

This file was deleted.

0 comments on commit c5f2be0

Please sign in to comment.