File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,16 @@ jobs:
5252 retention-days : 1
5353
5454 checks :
55- runs-on : ${{ matrix.os }} -latest
55+ runs-on : ubuntu -latest
5656
5757 needs : build
5858
5959 strategy :
6060 fail-fast : true
6161 matrix :
62- os : [ "ubuntu", "windows" ]
6362 php : [ "8.2", "8.3", "8.4" ]
6463
65- name : check on ${{ matrix.os }} with PHP ${{ matrix.php }}
64+ name : Check PHP ${{ matrix.php }}
6665
6766 steps :
6867 - name : Setup PHP
7473 coverage : none
7574
7675 - name : Remove old file from Ubuntu
77- if : ${{ matrix.os == 'ubuntu' }}
7876 run : rm -f builds/iconify
7977
80- - name : Remove old file from Windows
81- if : ${{ matrix.os == 'windows' }}
82- run : Remove-Item -Path "builds/iconify" -Force
83-
8478 - uses : actions/download-artifact@v4
8579 with :
8680 name : iconify
You can’t perform that action at this time.
0 commit comments