File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
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 62
62
include :
63
63
- php-version : ' 8.4'
64
64
composer-option : ' --ignore-platform-req=php'
65
- continue-on-error : true
66
65
67
66
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
68
67
with :
@@ -103,7 +102,6 @@ jobs:
103
102
mysql-version : ' 5.7'
104
103
- php-version : ' 8.4'
105
104
composer-option : ' --ignore-platform-req=php'
106
- continue-on-error : true
107
105
108
106
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
109
107
with :
@@ -134,7 +132,6 @@ jobs:
134
132
include :
135
133
- php-version : ' 8.4'
136
134
composer-option : ' --ignore-platform-req=php'
137
- continue-on-error : true
138
135
139
136
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
140
137
with :
@@ -163,7 +160,6 @@ jobs:
163
160
include :
164
161
- php-version : ' 8.4'
165
162
composer-option : ' --ignore-platform-req=php'
166
- continue-on-error : true
167
163
168
164
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
169
165
with :
You can’t perform that action at this time.
0 commit comments