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