File tree Expand file tree Collapse file tree 5 files changed +49
-58
lines changed Expand file tree Collapse file tree 5 files changed +49
-58
lines changed Original file line number Diff line number Diff line change 2525
2626 - uses : shivammathur/setup-php@v2
2727 with :
28- php-version : ' 8.4 '
28+ php-version : ' 8.5 '
2929 coverage : xdebug
3030 - uses : ramsey/composer-install@v3
3131
6868 - uses : shivammathur/setup-php@v2
6969 id : setup-php
7070 with :
71- php-version : ' 8.4 '
71+ php-version : ' 8.5 '
7272 coverage : none
7373 tools : box:4
7474 - uses : ramsey/composer-install@v3
8787 name : build (${{ matrix.runs-on }})
8888 needs : phar
8989 strategy :
90- matrix :
90+ matrix : &matrix
9191 include :
9292 - runs-on : ubuntu-24.04-arm
9393 variant : linux_arm64
@@ -157,16 +157,7 @@ jobs:
157157 name : e2e (${{ matrix.runs-on }})
158158 needs : build
159159 strategy :
160- matrix :
161- include :
162- - runs-on : ubuntu-24.04-arm
163- variant : linux_arm64
164- - runs-on : ubuntu-24.04
165- variant : linux_amd64
166- - runs-on : macos-15
167- variant : darwin_arm64
168- - runs-on : macos-15-intel
169- variant : darwin_amd64
160+ matrix : *matrix
170161 runs-on : ${{ matrix.runs-on }}
171162 env :
172163 GOFLAGS : ' -mod=mod'
Original file line number Diff line number Diff line change 2222
2323 - uses : shivammathur/setup-php@v2
2424 with :
25- php-version : ' 8.4 '
25+ php-version : ' 8.5 '
2626 coverage : none
2727
2828 - uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 2828 "security" : " https://github.com/typisttech/php-matrix/security"
2929 },
3030 "require" : {
31- "php" : " ^8.4 " ,
31+ "php" : " ^8.5 " ,
3232 "composer-runtime-api" : " ^2.2" ,
3333 "composer/semver" : " ^3.4" ,
3434 "guzzlehttp/guzzle" : " ^7.10" ,
Original file line number Diff line number Diff line change 1- php-version : 8.4
1+ php-version : 8.5
22extensions :
33 - phar
44 - filter # For Symfony CompleteCommand
You can’t perform that action at this time.
0 commit comments