Skip to content

Commit

Permalink
chore: Run dev-tools on PHP 8.2 (#7389)
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Korba <greg@codito.dev>
  • Loading branch information
keradus and Wirone committed Oct 27, 2023
1 parent 8786fc3 commit 282f8fe
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 195 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
operating-system:
- ubuntu-20.04
php-version:
- 8.1
- 8.2

name: Static Code Analysis

Expand Down
14 changes: 7 additions & 7 deletions dev-tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"require": {
"php": "^8.1",
"ergebnis/composer-normalize": "^2.37.0",
"php": "^8.2",
"ergebnis/composer-normalize": "^2.39.0",
"humbug/box": "4.1.0",
"jangregor/phpstan-prophecy": "^1.0.0",
"maglnet/composer-require-checker": "^4.7.0",
"maglnet/composer-require-checker": "^4.7.1",
"mi-schi/phpmd-extension": "^4.3.0",
"phpmd/phpmd": "^2.13.0",
"phpmd/phpmd": "^2.14.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.35",
"phpstan/phpstan-phpunit": "^1.3.14",
"phpstan/phpstan": "^1.10.39",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.1"
},
"config": {
Expand All @@ -19,7 +19,7 @@
},
"optimize-autoloader": true,
"platform": {
"php": "8.1"
"php": "8.2"
},
"sort-packages": true
}
Expand Down

0 comments on commit 282f8fe

Please sign in to comment.