File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments