File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ jobs:
209
209
DB : ${{ inputs.db-platform }}
210
210
TACHYCARDIA_MONITOR_GA : ${{ inputs.enable-profiling && 'enabled' || '' }}
211
211
TERM : xterm-256color
212
+ continue-on-error : ${{ inputs.php-version == '8.5' }}
212
213
213
214
- name : Upload coverage results as artifact
214
215
if : ${{ inputs.enable-artifact-upload }}
Original file line number Diff line number Diff line change 60
60
- ' 8.2'
61
61
- ' 8.3'
62
62
- ' 8.4'
63
+ include :
64
+ - php-version : ' 8.5'
65
+ composer-option : ' --ignore-platform-req=php'
63
66
64
67
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
65
68
with :
99
102
- php-version : ' 8.1'
100
103
db-platform : MySQLi
101
104
mysql-version : ' 5.7'
105
+ - php-version : ' 8.5'
106
+ composer-option : ' --ignore-platform-req=php'
102
107
103
108
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
104
109
with :
@@ -127,6 +132,9 @@ jobs:
127
132
- ' 8.2'
128
133
- ' 8.3'
129
134
- ' 8.4'
135
+ include :
136
+ - php-version : ' 8.5'
137
+ composer-option : ' --ignore-platform-req=php'
130
138
131
139
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
132
140
with :
@@ -153,6 +161,9 @@ jobs:
153
161
- ' 8.2'
154
162
- ' 8.3'
155
163
- ' 8.4'
164
+ include :
165
+ - php-version : ' 8.5'
166
+ composer-option : ' --ignore-platform-req=php'
156
167
157
168
uses : ./.github/workflows/reusable-phpunit-test.yml # @TODO Extract to codeigniter4/.github repo
158
169
with :
Original file line number Diff line number Diff line change 89
89
" CodeIgniter\\ ComposerScripts::postUpdate"
90
90
],
91
91
"post-autoload-dump" : [
92
- " @composer update --ansi --working-dir=utils"
92
+ " @composer update --ansi --working-dir=utils --ignore-platform-req=php "
93
93
],
94
94
"analyze" : [
95
95
" Composer\\ Config::disableProcessTimeout" ,
You can’t perform that action at this time.
0 commit comments