File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,18 @@ jobs:
1818 - operating-system : ' ubuntu-latest'
1919 php-version : ' 8.3'
2020
21+ - operating-system : ' ubuntu-latest'
22+ php-version : ' 8.4'
23+
24+ - operating-system : ' ubuntu-latest'
25+ php-version : ' 8.5'
26+
2127 - operating-system : ' windows-latest'
22- php-version : ' 8.3 '
28+ php-version : ' 8.5 '
2329 job-description : ' on Windows'
2430
2531 - operating-system : ' macos-latest'
26- php-version : ' 8.3 '
32+ php-version : ' 8.5 '
2733 job-description : ' on macOS'
2834
2935 name : PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
Original file line number Diff line number Diff line change 4949 "amphp/http-server" : " ^3" ,
5050 "kelunik/link-header-rfc5988" : " ^1" ,
5151 "psalm/phar" : " ~5.23" ,
52- "laminas/laminas-diactoros" : " ^2.3 "
52+ "laminas/laminas-diactoros" : " ^3.7 "
5353 },
5454 "suggest" : {
5555 "ext-zlib" : " Allows using compression for response bodies." ,
You can’t perform that action at this time.
0 commit comments