File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 6363 include :
6464 - php-version : ' 8.4'
6565 composer-option : ' --ignore-platform-req=php'
66+ continue-on-error : true
6667
6768 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
6869 with :
@@ -104,6 +105,7 @@ jobs:
104105 mysql-version : ' 5.7'
105106 - php-version : ' 8.4'
106107 composer-option : ' --ignore-platform-req=php'
108+ continue-on-error : true
107109
108110 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
109111 with :
@@ -135,6 +137,7 @@ jobs:
135137 include :
136138 - php-version : ' 8.4'
137139 composer-option : ' --ignore-platform-req=php'
140+ continue-on-error : true
138141
139142 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
140143 with :
@@ -164,6 +167,7 @@ jobs:
164167 include :
165168 - php-version : ' 8.4'
166169 composer-option : ' --ignore-platform-req=php'
170+ continue-on-error : true
167171
168172 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
169173 with :
You can’t perform that action at this time.
0 commit comments