Skip to content

Commit 9acf973

Browse files
committed
chore: move continue-on-error locations
1 parent c018b02 commit 9acf973

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-phpunit.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
include:
6363
- php-version: '8.4'
6464
composer-option: '--ignore-platform-req=php'
65-
continue-on-error: true
65+
continue-on-error: ${{ matrix.php-version == '8.4' }}
6666

6767
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
6868
with:
@@ -103,7 +103,7 @@ jobs:
103103
mysql-version: '5.7'
104104
- php-version: '8.4'
105105
composer-option: '--ignore-platform-req=php'
106-
continue-on-error: true
106+
continue-on-error: ${{ matrix.php-version == '8.4' }}
107107

108108
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
109109
with:
@@ -134,7 +134,7 @@ jobs:
134134
include:
135135
- php-version: '8.4'
136136
composer-option: '--ignore-platform-req=php'
137-
continue-on-error: true
137+
continue-on-error: ${{ matrix.php-version == '8.4' }}
138138

139139
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
140140
with:
@@ -163,7 +163,7 @@ jobs:
163163
include:
164164
- php-version: '8.4'
165165
composer-option: '--ignore-platform-req=php'
166-
continue-on-error: true
166+
continue-on-error: ${{ matrix.php-version == '8.4' }}
167167

168168
uses: ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
169169
with:

0 commit comments

Comments
 (0)