File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ jobs:
203203 DB : ${{ inputs.db-platform }}
204204 TACHYCARDIA_MONITOR_GA : ${{ inputs.enable-profiling && 'enabled' || '' }}
205205 TERM : xterm-256color
206+ continue-on-error : ${{ inputs.php-version == '8.4' }}
206207
207208 - name : Upload coverage results as artifact
208209 if : ${{ inputs.enable-artifact-upload }}
Original file line number Diff line number Diff line change 6060 - ' 8.2'
6161 - ' 8.3'
6262 include :
63- - php-version : ' 8.3 '
63+ - php-version : ' 8.4 '
6464 composer-option : ' --ignore-platform-req=php'
6565
6666 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -100,7 +100,7 @@ jobs:
100100 - php-version : ' 8.1'
101101 db-platform : MySQLi
102102 mysql-version : ' 5.7'
103- - php-version : ' 8.3 '
103+ - php-version : ' 8.4 '
104104 composer-option : ' --ignore-platform-req=php'
105105
106106 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -130,7 +130,7 @@ jobs:
130130 - ' 8.2'
131131 - ' 8.3'
132132 include :
133- - php-version : ' 8.3 '
133+ - php-version : ' 8.4 '
134134 composer-option : ' --ignore-platform-req=php'
135135
136136 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -158,7 +158,7 @@ jobs:
158158 - ' 8.2'
159159 - ' 8.3'
160160 include :
161- - php-version : ' 8.3 '
161+ - php-version : ' 8.4 '
162162 composer-option : ' --ignore-platform-req=php'
163163
164164 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
Original file line number Diff line number Diff line change 8888 " CodeIgniter\\ ComposerScripts::postUpdate"
8989 ],
9090 "post-autoload-dump" : [
91- " @composer update --working-dir=utils"
91+ " @composer update --working-dir=utils --ignore-platform-req=php "
9292 ],
9393 "analyze" : [
9494 " Composer\\ Config::disableProcessTimeout" ,
You can’t perform that action at this time.
0 commit comments