File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : true
1111 matrix :
12- php : ['8.2', '8. 3', '8.4']
12+ php : ['8.3', '8.4']
1313 composer-flags : ['--prefer-stable']
1414 can-fail : [false]
1515 include :
16- - php : ' 8.2 '
16+ - php : ' 8.3 '
1717 composer-flags : ' --prefer-stable --prefer-lowest'
1818 can-fail : false
1919
Original file line number Diff line number Diff line change 99 ],
1010 "license" : " MIT" ,
1111 "require" : {
12- "php" : " 8.2.* || 8. 3.* || 8.4.*" ,
12+ "php" : " 8.3.* || 8.4.*" ,
1313 "guzzlehttp/psr7" : " ^2.4" ,
1414 "psr/http-message" : " ^1.0 || ^2.0" ,
1515 "ratchet/rfc6455" : " ^0.3.1" ,
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.2 -8.4 |
13+ | 1.x | In Development | 8.3 -8.4 |
You can’t perform that action at this time.
0 commit comments