File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
33
33
include :
34
34
- php : ' 5.4'
35
- os : ' ubuntu-latest '
35
+ os : ' ubuntu-24.04-arm '
36
36
custom_ini : false
37
37
# Installing on Windows with PHP 5.4 runs into all sorts of problems with Composer.
38
38
# See this issue for more context (yes, I've seen this problem before):
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189
189
190
190
include :
191
191
- php : ' 5.4'
192
- os : ' ubuntu-latest '
192
+ os : ' ubuntu-24.04-arm '
193
193
custom_ini : false
194
194
# Installing on Windows with PHP 5.4 runs into all sorts of problems with Composer.
195
195
# Considering PHP 5.4 is ancient, I deem it acceptable to run coverage on Windows on PHP 5.5.
@@ -205,7 +205,7 @@ jobs:
205
205
custom_ini : true
206
206
207
207
# yamllint disable-line rule:line-length
208
- name : " Coverage: ${{ matrix.php }} ${{ matrix.custom_ini && ' with custom ini settings' || '' }} (${{ matrix.os == 'ubuntu -latest' && 'Linux ' || 'Win ' }})"
208
+ name : " Coverage: ${{ matrix.php }} ${{ matrix.custom_ini && ' with custom ini settings' || '' }} (${{ matrix.os == 'windows -latest' && 'Win ' || 'Linux ' }})"
209
209
210
210
steps :
211
211
- name : Prepare git to leave line endings alone
You can’t perform that action at this time.
0 commit comments