Skip to content

Commit

Permalink
chore(MOS-1819): Add PHP 8.3 support. (#15)
Browse files Browse the repository at this point in the history
* chore(MOS-1819): Add PHP 8.3 support and update Psalm packages.

* fixup! chore(MOS-1819): Add PHP 8.3 support and update Psalm packages.

---------

Co-authored-by: Fred-Jan van der Eijken <[email protected]>
  • Loading branch information
TomPeters-NL and fred-jan authored Sep 19, 2024
1 parent 8028810 commit e69904d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
coverage: none
- uses: ramsey/composer-install@v2
- id: set-php-versions
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
},
"require-dev": {
"myonlinestore/coding-standard": "^3.1",
"myonlinestore/php-devtools": "^0.4",
"myonlinestore/php-devtools": "^0.5",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.16.1",
"psalm/plugin-symfony": "^4.0",
"psalm/plugin-phpunit": "^0.19",
"psalm/plugin-symfony": "^5.0",
"roave/infection-static-analysis-plugin": "^1.18",
"vimeo/psalm": "^4.30"
"vimeo/psalm": "^5.0"
}
}

0 comments on commit e69904d

Please sign in to comment.