File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 5959 - ' 8.2'
6060 - ' 8.3'
6161 - ' 8.4'
62- include :
63- - php-version : ' 8.5'
64- composer-option : ' --ignore-platform-req=php'
62+ - ' 8.5'
6563
6664 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
6765 with :
10199 - php-version : ' 8.2'
102100 db-platform : MySQLi
103101 mysql-version : ' 5.7'
104- - php-version : ' 8.5'
105- composer-option : ' --ignore-platform-req=php'
106102
107103 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
108104 with :
@@ -130,9 +126,7 @@ jobs:
130126 - ' 8.2'
131127 - ' 8.3'
132128 - ' 8.4'
133- include :
134- - php-version : ' 8.5'
135- composer-option : ' --ignore-platform-req=php'
129+ - ' 8.5'
136130
137131 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
138132 with :
@@ -158,9 +152,7 @@ jobs:
158152 - ' 8.2'
159153 - ' 8.3'
160154 - ' 8.4'
161- include :
162- - php-version : ' 8.5'
163- composer-option : ' --ignore-platform-req=php'
155+ - ' 8.5'
164156
165157 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
166158 with :
Original file line number Diff line number Diff line change 9191 " CodeIgniter\\ ComposerScripts::postUpdate"
9292 ],
9393 "post-autoload-dump" : [
94- " @php -r \" if (PHP_VERSION_ID >= 80500) { echo '@todo Remove \" --ignore-platform-req=php\" once deps catch up.', PHP_EOL; }\" " ,
95- " @composer update --ansi --working-dir=utils --ignore-platform-req=php"
94+ " @composer update --ansi --working-dir=utils"
9695 ],
9796 "analyze" : [
9897 " Composer\\ Config::disableProcessTimeout" ,
You can’t perform that action at this time.
0 commit comments