59
59
- ' 8.0'
60
60
- ' 8.1'
61
61
- ' 8.2'
62
- include :
63
- - php-version : ' 8.2'
64
- composer-option : ' --ignore-platform-req=php'
65
62
66
63
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
67
64
with :
73
70
enable-coverage : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
74
71
enable-profiling : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
75
72
extra-extensions : imagick, redis, memcached
76
- extra-composer-options : ${{ matrix.composer-option }}
77
73
78
74
database-live-tests :
79
75
needs :
100
96
- php-version : ' 7.4'
101
97
db-platform : MySQLi
102
98
mysql-version : ' 8.0'
103
- - php-version : ' 8.2'
104
- composer-option : ' --ignore-platform-req=php'
105
99
106
100
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
107
101
with :
@@ -115,7 +109,6 @@ jobs:
115
109
enable-coverage : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
116
110
enable-profiling : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
117
111
extra-extensions : mysqli, oci8, pgsql, sqlsrv-5.10.1, sqlite3
118
- extra-composer-options : ${{ matrix.composer-option }}
119
112
120
113
separate-process-tests :
121
114
needs :
@@ -129,9 +122,6 @@ jobs:
129
122
- ' 8.0'
130
123
- ' 8.1'
131
124
- ' 8.2'
132
- include :
133
- - php-version : ' 8.2'
134
- composer-option : ' --ignore-platform-req=php'
135
125
136
126
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
137
127
with :
@@ -143,7 +133,6 @@ jobs:
143
133
enable-coverage : true # needs xdebug for assertHeaderEmitted() tests
144
134
enable-profiling : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
145
135
extra-extensions : mysqli, oci8, pgsql, sqlsrv-5.10.1, sqlite3
146
- extra-composer-options : ${{ matrix.composer-option }}
147
136
148
137
cache-live-tests :
149
138
needs :
@@ -157,9 +146,6 @@ jobs:
157
146
- ' 8.0'
158
147
- ' 8.1'
159
148
- ' 8.2'
160
- include :
161
- - php-version : ' 8.2'
162
- composer-option : ' --ignore-platform-req=php'
163
149
164
150
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
165
151
with :
@@ -171,7 +157,6 @@ jobs:
171
157
enable-coverage : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
172
158
enable-profiling : ${{ matrix.php-version == needs.coverage-php-version.outputs.version }}
173
159
extra-extensions : redis, memcached
174
- extra-composer-options : ${{ matrix.composer-option }}
175
160
176
161
coveralls :
177
162
name : Upload coverage results to Coveralls
0 commit comments