File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : true
1111 matrix :
12- php : ['8.3', '8.4']
12+ php : ['8.3', '8.4', '8.5' ]
1313 composer-flags : ['--prefer-stable']
1414 can-fail : [false]
1515 include :
Original file line number Diff line number Diff line change 99 ],
1010 "license" : " MIT" ,
1111 "require" : {
12- "php" : " 8.3.* || 8.4.*" ,
12+ "php" : " 8.3.* || 8.4.* || 8.5.* " ,
1313 "guzzlehttp/psr7" : " ^2.4" ,
1414 "psr/http-message" : " ^1.0 || ^2.0" ,
1515 "ratchet/rfc6455" : " ^0.4" ,
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ The below table shows the support status and supported PHP versions for each maj
1010
1111| Version | Status | PHP Versions |
1212| ---------| ----------------| --------------|
13- | 1.x | In Development | 8.3-8.4 |
13+ | 1.x | In Development | 8.3-8.5 |
You can’t perform that action at this time.
0 commit comments