Skip to content

Commit b9b9e48

Browse files
authored
Merge pull request #7480 from paulbalandan/remove-8.2-compat
Remove composer compatibility option for PHP 8.2
2 parents 824ca83 + 8eadea8 commit b9b9e48

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
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:
@@ -73,7 +70,6 @@ jobs:
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:
@@ -100,8 +96,6 @@ jobs:
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

Comments
 (0)