5959 - ' 8.0'
6060 - ' 8.1'
6161 - ' 8.2'
62- include :
63- - php-version : ' 8.2'
64- composer-option : ' --ignore-platform-req=php'
6562
6663 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
6764 with :
7370 enable-coverage : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
7471 enable-profiling : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
7572 extra-extensions : imagick, redis, memcached
76- extra-composer-options : ${{ matrix.composer-option }}
7773
7874 database-live-tests :
7975 needs :
10096 - php-version : ' 7.4'
10197 db-platform : MySQLi
10298 mysql-version : ' 8.0'
103- - php-version : ' 8.2'
104- composer-option : ' --ignore-platform-req=php'
10599
106100 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
107101 with :
@@ -115,7 +109,6 @@ jobs:
115109 enable-coverage : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
116110 enable-profiling : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
117111 extra-extensions : mysqli, oci8, pgsql, sqlsrv-5.10.1, sqlite3
118- extra-composer-options : ${{ matrix.composer-option }}
119112
120113 separate-process-tests :
121114 needs :
@@ -129,9 +122,6 @@ jobs:
129122 - ' 8.0'
130123 - ' 8.1'
131124 - ' 8.2'
132- include :
133- - php-version : ' 8.2'
134- composer-option : ' --ignore-platform-req=php'
135125
136126 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
137127 with :
@@ -143,7 +133,6 @@ jobs:
143133 enable-coverage : true # needs xdebug for assertHeaderEmitted() tests
144134 enable-profiling : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
145135 extra-extensions : mysqli, oci8, pgsql, sqlsrv-5.10.1, sqlite3
146- extra-composer-options : ${{ matrix.composer-option }}
147136
148137 cache-live-tests :
149138 needs :
@@ -157,9 +146,6 @@ jobs:
157146 - ' 8.0'
158147 - ' 8.1'
159148 - ' 8.2'
160- include :
161- - php-version : ' 8.2'
162- composer-option : ' --ignore-platform-req=php'
163149
164150 uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
165151 with :
@@ -171,7 +157,6 @@ jobs:
171157 enable-coverage : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
172158 enable-profiling : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
173159 extra-extensions : redis, memcached
174- extra-composer-options : ${{ matrix.composer-option }}
175160
176161 coveralls :
177162 name : Upload coverage results to Coveralls
0 commit comments