File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,13 +46,22 @@ jobs:
4646 composer-flags : ' --prefer-lowest'
4747 job-description : ' Ubuntu; PHP 8.3; lowest-deps'
4848
49+ - operating-system : ' ubuntu-latest'
50+ php-version : ' 8.4'
51+ job-description : ' Ubuntu; PHP 8.4; latest-deps'
52+
53+ - operating-system : ' ubuntu-latest'
54+ php-version : ' 8.4'
55+ composer-flags : ' --prefer-lowest'
56+ job-description : ' Ubuntu; PHP 8.4; lowest-deps'
57+
4958 - operating-system : ' windows-latest'
50- php-version : ' 8.3 '
51- job-description : ' Windows; PHP 8.3 ; latest-deps'
59+ php-version : ' 8.4 '
60+ job-description : ' Windows; PHP 8.4 ; latest-deps'
5261
5362 - operating-system : ' macos-latest'
54- php-version : ' 8.3 '
55- job-description : ' MacOS; PHP 8.3 ; latest-deps'
63+ php-version : ' 8.4 '
64+ job-description : ' MacOS; PHP 8.4 ; latest-deps'
5665
5766
5867 name : ${{ matrix.job-description }}
Original file line number Diff line number Diff line change 55 "license" : " LGPL-3.0-or-later" ,
66 "require" : {
77 "php" : " >=8.0.2" ,
8- "symfony/process" : " ^5.4||^6.0 ||^7.0"
8+ "symfony/process" : " ^5.4||^6.4 ||^7.0"
99 },
1010 "require-dev" : {
11- "phpunit/phpunit" : " ^9.6" ,
12- "friendsofphp/php-cs-fixer" : " ^3.46 "
11+ "phpunit/phpunit" : " ^9.6.22 " ,
12+ "friendsofphp/php-cs-fixer" : " ^3.68.5 "
1313 },
1414 "authors" : [
1515 {
Original file line number Diff line number Diff line change 1414 */
1515class PhpTest extends TestCase
1616{
17- /**
18- * @var Php
19- */
20- private $ syntax ;
17+ private Php $ syntax ;
2118
2219 protected function setUp (): void
2320 {
You can’t perform that action at this time.
0 commit comments