File tree Expand file tree Collapse file tree 15 files changed +36
-54
lines changed
Expand file tree Collapse file tree 15 files changed +36
-54
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ rector.php export-ignore
1313phpstan.neon.dist export-ignore
1414phpstan-baseline.neon export-ignore
1515phpstan-console-application.php export-ignore
16- psalm.xml export-ignore
17- psalm-baseline.xml export-ignore
1816package.json export-ignore
1917package-lock.json export-ignore
2018postcss.config.js export-ignore
Original file line number Diff line number Diff line change 2929 - name : Install PHP with extensions
3030 uses : shivammathur/setup-php@v2
3131 with :
32- php-version : ' 8.4 '
32+ php-version : ' 8.5 '
3333 coverage : none
3434 tools : composer:v2
3535
5353 - name : Install PHP with extensions
5454 uses : shivammathur/setup-php@v2
5555 with :
56- php-version : ' 8.4 '
56+ php-version : ' 8.5 '
5757 coverage : none
5858 tools : composer:v2, composer-normalize:2
5959 env :
Original file line number Diff line number Diff line change 2929 - name : Install PHP with extensions
3030 uses : shivammathur/setup-php@v2
3131 with :
32- php-version : ' 8.4 '
32+ php-version : ' 8.5 '
3333 coverage : none
3434 tools : composer:v2
3535
4141 - name : PHPStan
4242 run : vendor/bin/phpstan --no-progress --memory-limit=1G analyse --error-format=github
4343
44- psalm :
45- name : Psalm
46-
47- runs-on : ubuntu-latest
48-
49- steps :
50- - name : Checkout code
51- uses : actions/checkout@v4
52-
53- - name : Install PHP with extensions
54- uses : shivammathur/setup-php@v2
55- with :
56- php-version : ' 8.4'
57- coverage : none
58- tools : composer:v2
59-
60- - name : Install Composer dependencies (highest)
61- uses : ramsey/composer-install@v3
62- with :
63- dependency-versions : highest
64-
65- - name : Psalm
66- run : vendor/bin/psalm --no-progress --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.4
67-
6844 rector :
6945 name : Rector
7046
7753 - name : Install PHP with extensions
7854 uses : shivammathur/setup-php@v2
7955 with :
80- php-version : ' 8.4 '
56+ php-version : ' 8.5 '
8157 coverage : none
8258 tools : composer:v2
8359
Original file line number Diff line number Diff line change 2929 - name : Install PHP with extensions
3030 uses : shivammathur/setup-php@v2
3131 with :
32- php-version : ' 8.4 '
32+ php-version : ' 8.5 '
3333 coverage : none
3434 tools : composer:v2
3535
5353 - name : Install PHP with extensions
5454 uses : shivammathur/setup-php@v2
5555 with :
56- php-version : ' 8.4 '
56+ php-version : ' 8.5 '
5757 coverage : none
5858 tools : composer:v2
5959
7777 - name : Install PHP with extensions
7878 uses : shivammathur/setup-php@v2
7979 with :
80- php-version : ' 8.4 '
80+ php-version : ' 8.5 '
8181 coverage : none
8282 tools : composer:v2
8383
@@ -101,7 +101,7 @@ jobs:
101101 - name : Install PHP with extensions
102102 uses : shivammathur/setup-php@v2
103103 with :
104- php-version : ' 8.4 '
104+ php-version : ' 8.5 '
105105 coverage : none
106106 tools : composer:v2
107107
Original file line number Diff line number Diff line change @@ -30,34 +30,39 @@ jobs:
3030 strategy :
3131 matrix :
3232 php-version :
33- - ' 8.1'
3433 - ' 8.2'
3534 - ' 8.3'
3635 - ' 8.4'
36+ - ' 8.5'
3737 dependencies : [highest]
3838 allowed-to-fail : [false]
3939 symfony-require : ['']
4040 variant : [normal]
4141 include :
42- - php-version : ' 8.1 '
42+ - php-version : ' 8.2 '
4343 dependencies : lowest
4444 allowed-to-fail : false
4545 variant : normal
46- - php-version : ' 8.4 '
46+ - php-version : ' 8.5 '
4747 dependencies : highest
4848 allowed-to-fail : false
4949 symfony-require : 6.4.*
5050 variant : symfony/symfony:"6.4.*"
51- - php-version : ' 8.4 '
51+ - php-version : ' 8.5 '
5252 dependencies : highest
5353 allowed-to-fail : false
54- symfony-require : 7.1 .*
55- variant : symfony/symfony:"7.1 .*"
56- - php-version : ' 8.4 '
54+ symfony-require : 7.3 .*
55+ variant : symfony/symfony:"7.3 .*"
56+ - php-version : ' 8.5 '
5757 dependencies : highest
5858 allowed-to-fail : false
59- symfony-require : 7.2.*
60- variant : symfony/symfony:"7.2.*"
59+ symfony-require : 7.4.*
60+ variant : symfony/symfony:"7.4.*"
61+ - php-version : ' 8.5'
62+ dependencies : highest
63+ allowed-to-fail : false
64+ symfony-require : 8.0.*
65+ variant : symfony/symfony:"8.0.*"
6166
6267 steps :
6368 - name : Checkout
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ composer.lock
1010phpunit.xml
1111phpstan.neon
1212/.phpunit.result.cache
13+ tests /App /config /reference.php
1314/docs /_build /
1415npm-debug.log
Original file line number Diff line number Diff line change @@ -116,10 +116,6 @@ phpstan:
116116 vendor/bin/phpstan --memory-limit=1G analyse
117117.PHONY : phpstan
118118
119- psalm :
120- vendor/bin/psalm --php-version=8.4
121- .PHONY : psalm
122-
123119rector :
124120 vendor/bin/rector
125121.PHONY : rector
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ The missing Symfony Admin Generator
1010
1111[ ![ Latest Stable Version] ( https://poser.pugx.org/sonata-project/admin-bundle/v/stable )] ( https://packagist.org/packages/sonata-project/admin-bundle )
1212[ ![ Latest Unstable Version] ( https://poser.pugx.org/sonata-project/admin-bundle/v/unstable )] ( https://packagist.org/packages/sonata-project/admin-bundle )
13- [ ![ Psalm Type Coverage] [ shepherd_stable_badge ]] [ shepherd_stable_link ]
1413[ ![ License] ( https://poser.pugx.org/sonata-project/admin-bundle/license )] ( https://packagist.org/packages/sonata-project/admin-bundle )
1514
1615[ ![ Total Downloads] ( https://poser.pugx.org/sonata-project/admin-bundle/downloads )] ( https://packagist.org/packages/sonata-project/admin-bundle )
Original file line number Diff line number Diff line change 3333 ]);
3434
3535 $ rectorConfig ->sets ([
36- LevelSetList::UP_TO_PHP_81 ,
36+ LevelSetList::UP_TO_PHP_82 ,
3737 PHPUnitSetList::PHPUNIT_100 ,
3838 PHPUnitSetList::PHPUNIT_CODE_QUALITY ,
3939 ]);
Original file line number Diff line number Diff line change @@ -182,6 +182,8 @@ final class Configuration implements ConfigurationInterface
182182 * @psalm-suppress UndefinedInterfaceMethod
183183 *
184184 * @see https://github.com/psalm/psalm-plugin-symfony/issues/174
185+ *
186+ * @return TreeBuilder<'array'>
185187 */
186188 public function getConfigTreeBuilder (): TreeBuilder
187189 {
You can’t perform that action at this time.
0 commit comments