File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ jobs:
203
203
DB : ${{ inputs.db-platform }}
204
204
TACHYCARDIA_MONITOR_GA : ${{ inputs.enable-profiling && 'enabled' || '' }}
205
205
TERM : xterm-256color
206
+ continue-on-error : ${{ inputs.php-version == '8.4' }}
206
207
207
208
- name : Upload coverage results as artifact
208
209
if : ${{ inputs.enable-artifact-upload }}
Original file line number Diff line number Diff line change 60
60
- ' 8.2'
61
61
- ' 8.3'
62
62
include :
63
- - php-version : ' 8.3 '
63
+ - php-version : ' 8.4 '
64
64
composer-option : ' --ignore-platform-req=php'
65
65
66
66
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -100,7 +100,7 @@ jobs:
100
100
- php-version : ' 8.1'
101
101
db-platform : MySQLi
102
102
mysql-version : ' 5.7'
103
- - php-version : ' 8.3 '
103
+ - php-version : ' 8.4 '
104
104
composer-option : ' --ignore-platform-req=php'
105
105
106
106
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -130,7 +130,7 @@ jobs:
130
130
- ' 8.2'
131
131
- ' 8.3'
132
132
include :
133
- - php-version : ' 8.3 '
133
+ - php-version : ' 8.4 '
134
134
composer-option : ' --ignore-platform-req=php'
135
135
136
136
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
@@ -158,7 +158,7 @@ jobs:
158
158
- ' 8.2'
159
159
- ' 8.3'
160
160
include :
161
- - php-version : ' 8.3 '
161
+ - php-version : ' 8.4 '
162
162
composer-option : ' --ignore-platform-req=php'
163
163
164
164
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
Original file line number Diff line number Diff line change 88
88
" CodeIgniter\\ ComposerScripts::postUpdate"
89
89
],
90
90
"post-autoload-dump" : [
91
- " @composer update --working-dir=utils"
91
+ " @composer update --working-dir=utils --ignore-platform-req=php "
92
92
],
93
93
"analyze" : [
94
94
" Composer\\ Config::disableProcessTimeout" ,
You can’t perform that action at this time.
0 commit comments