We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748816d commit bb6a91fCopy full SHA for bb6a91f
2 files changed
.github/workflows/tests.yaml
@@ -13,6 +13,9 @@ jobs:
13
fail-fast: false
14
matrix:
15
include:
16
+ - php: 8.3
17
+ symfony-version: 7.2.*
18
+ composer-flags: '--prefer-stable --ignore-platform-req=php+'
19
- php: 8.3
20
symfony-version: 7.3.*
21
composer-flags: '--prefer-stable --ignore-platform-req=php+'
composer.json
@@ -31,6 +31,7 @@
31
"phpstan/phpstan-phpunit": "^2.0"
32
},
33
"config": {
34
+ "sort-packages": true,
35
"allow-plugins": {
36
"phpstan/extension-installer": true
37
}
0 commit comments