File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
28
28
strategy :
29
29
matrix :
30
- os : ['ubuntu-latest ', 'windows-latest']
30
+ os : ['ubuntu-24.04-arm ', 'windows-latest']
31
31
php : ['7.2', 'latest']
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):
41
41
os : ' windows-latest'
42
42
custom_ini : false
43
43
44
- name : " QuickTest: PHP ${{ matrix.php }} (${{ matrix.os == 'ubuntu -latest' && 'Linux ' || 'Win' }})"
44
+ name : " QuickTest: PHP ${{ matrix.php }} (${{ matrix.os == 'windows -latest' && 'Win ' || 'Linux ARM' }})"
45
45
46
46
steps :
47
47
- name : Prepare git to leave line endings alone
You can’t perform that action at this time.
0 commit comments