File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed
Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 operating-system : [ubuntu-latest]
10- php-versions : ['8.1', '8.2']
10+ php-versions : ['8.1', '8.2', '8.3' ]
1111 fail-fast : false
1212 name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
1313 steps :
Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 operating-system : [ubuntu-latest]
10- php-versions : ['8.1', '8.2']
10+ php-versions : ['8.1', '8.2', '8.3' ]
1111 fail-fast : false
1212 name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
1313 steps :
Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 operating-system : [ubuntu-latest]
10- php-versions : ['8.1', '8.2']
10+ php-versions : ['8.1', '8.2', '8.3' ]
1111 fail-fast : false
1212 name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
1313 steps :
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" psalm" version =" ^5.9.0" installed =" 5.9 .0" location =" ./tools/psalm.phar" copy =" true" />
3+ <phar name =" psalm" version =" ^5.9.0" installed =" 5.16 .0" location =" ./tools/psalm.phar" copy =" true" />
44 <phar name =" php-cs-fixer" version =" ^3.30.0" installed =" 3.39.0" location =" ./tools/php-cs-fixer.phar" copy =" true" />
55</phive >
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "require" : {
22- "php" : " ~8.1.0 || ~8.2.0" ,
22+ "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 " ,
2323 "ext-dom" : " *" ,
2424 "ext-openssl" : " *" ,
2525 "azjezz/psl" : " ^2.1" ,
4747 },
4848 "config" : {
4949 "allow-plugins" : {
50- "cweagans/composer-patches" : true
50+ "cweagans/composer-patches" : true ,
51+ "php-http/discovery" : true
5152 }
5253 }
5354}
You can’t perform that action at this time.
0 commit comments