File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 63
63
include :
64
64
- php-version : ' 8.4'
65
65
composer-option : ' --ignore-platform-req=php'
66
+ continue-on-error : true
66
67
67
68
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
68
69
with :
@@ -104,6 +105,7 @@ jobs:
104
105
mysql-version : ' 5.7'
105
106
- php-version : ' 8.4'
106
107
composer-option : ' --ignore-platform-req=php'
108
+ continue-on-error : true
107
109
108
110
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
109
111
with :
@@ -135,6 +137,7 @@ jobs:
135
137
include :
136
138
- php-version : ' 8.4'
137
139
composer-option : ' --ignore-platform-req=php'
140
+ continue-on-error : true
138
141
139
142
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
140
143
with :
@@ -164,6 +167,7 @@ jobs:
164
167
include :
165
168
- php-version : ' 8.4'
166
169
composer-option : ' --ignore-platform-req=php'
170
+ continue-on-error : true
167
171
168
172
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
169
173
with :
You can’t perform that action at this time.
0 commit comments