Skip to content

Commit

Permalink
Update to Psalm 6.x
Browse files Browse the repository at this point in the history
Update performed with `composer update vimeo/psalm -w -m` to make the minimal
number of changes necessary in composer.json.
  • Loading branch information
TimWolla committed Jan 29, 2025
1 parent e861157 commit 32f78c2
Show file tree
Hide file tree
Showing 5 changed files with 567 additions and 80 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
# temporarily remove Psalm until ready for PHP 8.4
- name: remove psalm
if: matrix.php-versions == '8.4'
run: composer remove --dev --no-install vimeo/psalm psalm/plugin-phpunit
- uses: ramsey/composer-install@v3
- name: Run PHPUnit on Windows
if: matrix.operating-system == 'windows-latest'
Expand Down Expand Up @@ -66,10 +62,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
# temporarily remove Psalm until ready for PHP 8.4
- name: remove psalm
if: matrix.php-versions == '8.4'
run: composer remove --dev --no-install vimeo/psalm psalm/plugin-phpunit
- uses: ramsey/composer-install@v3
- name: Run Behat on Windows
if: matrix.operating-system == 'windows-latest'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"doctrine/coding-standard": "^12.0",
"phpunit/phpunit": "^10.5.39",
"psalm/plugin-phpunit": "^0.19.1",
"vimeo/psalm": "^5.26.1"
"vimeo/psalm": "^6.0.0"
},
"replace": {
"symfony/polyfill-php81": "*",
Expand All @@ -58,7 +58,7 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.1.0"
"php": "8.1.99"
}
}
}
Loading

0 comments on commit 32f78c2

Please sign in to comment.