File tree Expand file tree Collapse file tree 6 files changed +8
-278
lines changed
Expand file tree Collapse file tree 6 files changed +8
-278
lines changed Original file line number Diff line number Diff line change 88 analyse :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - uses : shivammathur/setup-php@v2
1313 with :
14- php-version : ' 8.1 '
14+ php-version : ' 8.5 '
1515 coverage : none
1616 - run : composer update --no-progress
1717 - run : composer update --no-progress --working-dir=dev-tools
@@ -28,20 +28,16 @@ jobs:
2828 fail-fast : false
2929 matrix :
3030 include :
31- - php-version : ' 7.0'
32- composer-flags : ' --prefer-stable --prefer-lowest'
33- - php-version : ' 7.1'
34- - php-version : ' 7.2'
35- - php-version : ' 7.3'
3631 - php-version : ' 7.4'
32+ composer-flags : ' --prefer-stable --prefer-lowest'
3733 - php-version : ' 8.0'
3834 - php-version : ' 8.1'
3935 - php-version : ' 8.2'
4036 - php-version : ' 8.3'
4137 - php-version : ' 8.4'
4238 - php-version : ' 8.5'
4339 steps :
44- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4541 - uses : shivammathur/setup-php@v2
4642 with :
4743 php-version : ${{ matrix.php-version }}
Original file line number Diff line number Diff line change 1313 }
1414 ],
1515 "require" : {
16- "php" : " ^7.0 || ^8.0" ,
16+ "php" : " ^7.4 || ^8.0" ,
1717 "ext-dom" : " *" ,
1818 "ext-libxml" : " *" ,
19- "phpunit/phpunit" : " ^6.5.14 || ^7.5.20 || ^8.5.41 || ^ 9.6.22 || ^10.5.45 || ^11.5.7 || ^12.0.2 || ^13.0.0 "
19+ "phpunit/phpunit" : " ^9.6.34 || ^10.5.53 || ^11.5.55 || ^12.5.14 || ^13.0.5 "
2020 },
2121 "autoload" : {
2222 "psr-4" : {
Original file line number Diff line number Diff line change 1414
1515namespace PhpCsFixer \PhpunitConstraintXmlMatchesXsd \Constraint ;
1616
17- class_alias (XmlMatchesXsdForV11 ::class, XmlMatchesXsd::class);
17+ class_alias (XmlMatchesXsdForV9 ::class, XmlMatchesXsd::class);
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 *
2222 * @internal
2323 */
24- final class XmlMatchesXsdForV8 extends Constraint
24+ final class XmlMatchesXsdForV9 extends Constraint
2525{
2626 /**
2727 * @var string[]
You can’t perform that action at this time.
0 commit comments