Skip to content

Commit d396757

Browse files
committed
chore: add continue-on-error
1 parent 6dea683 commit d396757

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-phpunit.yml

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
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:

0 commit comments

Comments
 (0)