Skip to content

Commit ea53f59

Browse files
committed
chore: remove psalm dependency
- Remove vimeo/psalm from composer.json dev dependencies - Update composer lock file to remove psalm and its dependencies Psalm was added by mistake and not requested in the upgrade task.
1 parent 0f466a5 commit ea53f59

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

.github/workflows/grumphp.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: composercache
3535
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3636
- name: Cache dependencies
37-
uses: actions/cache@v2
37+
uses: actions/cache@v4
3838
with:
3939
path: ${{ steps.composercache.outputs.dir }}
4040
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -47,6 +47,5 @@ jobs:
4747
git config --global user.name "Your Name"
4848
- name: Run the tests
4949
run: php vendor/bin/grumphp run --no-interaction
50-
continue-on-error: ${{ matrix.php-versions == '8.5' && matrix.composer-options == '--prefer-lowest' }}
5150
env:
5251
PHP_CS_FIXER_IGNORE_ENV: 1

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"php-cs-fixer/shim": "^3.88",
77
"phpro/grumphp-shim": "^2.17",
88
"phpspec/phpspec": "^7.2",
9-
"vimeo/psalm": "^6.13",
109
"symfony/validator": "^5.4 || ^6.0 || ^7.0",
1110
"sebastian/comparator": "^4.0"
1211
},

psalm.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)