diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml
index cdbf032f8f3..b90ffc7b305 100644
--- a/.github/workflows/coding-standards.yml
+++ b/.github/workflows/coding-standards.yml
@@ -25,4 +25,4 @@ on:
jobs:
coding-standards:
name: "Coding Standards"
- uses: "doctrine/.github/.github/workflows/coding-standards.yml@1.1.1"
+ uses: "doctrine/.github/.github/workflows/coding-standards.yml@3.0.0"
diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml
index 5a35dd5d37f..0d34802dc90 100644
--- a/.github/workflows/continuous-integration.yml
+++ b/.github/workflows/continuous-integration.yml
@@ -1,4 +1,3 @@
-
name: "Continuous Integration"
on:
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 92ee023c1f0..409a24d2e2e 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
php-version:
- - "8.1"
+ - "8.2"
steps:
- name: "Checkout code"
@@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
php-version:
- - "8.1"
+ - "8.2"
steps:
- name: Checkout code
diff --git a/composer.json b/composer.json
index 6576a5d7bbf..94595637ec9 100644
--- a/composer.json
+++ b/composer.json
@@ -41,15 +41,15 @@
},
"require-dev": {
"doctrine/coding-standard": "10.0.0",
- "jetbrains/phpstorm-stubs": "2022.2",
- "phpstan/phpstan": "1.9.1",
+ "jetbrains/phpstorm-stubs": "2022.3",
+ "phpstan/phpstan": "1.9.2",
"phpstan/phpstan-strict-rules": "^1.4",
- "phpunit/phpunit": "9.5.26",
- "psalm/plugin-phpunit": "0.18.0",
+ "phpunit/phpunit": "9.5.27",
+ "psalm/plugin-phpunit": "0.18.4",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
- "vimeo/psalm": "4.29.0"
+ "vimeo/psalm": "4.30.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index ec0bdef2645..99b3f8e4b7a 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -1,5 +1,6 @@
parameters:
level: 8
+ phpVersion: 80200
paths:
- src
treatPhpDocTypesAsCertain: false
diff --git a/psalm.xml.dist b/psalm.xml.dist
index 2d2b18a9d1b..1486596ca31 100644
--- a/psalm.xml.dist
+++ b/psalm.xml.dist
@@ -1,7 +1,7 @@
+
+
+
+
+
+