File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
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
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'
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" : " *" ,
1919 "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"
You can’t perform that action at this time.
0 commit comments