File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 pull_request :
66
77env :
8- PSALM_PHP_VERSION : " 8.4 "
9- COVERAGE_PHP_VERSION : " 8.4 "
8+ PSALM_PHP_VERSION : " 8.5 "
9+ COVERAGE_PHP_VERSION : " 8.5 "
1010
1111jobs :
1212 phpunit :
@@ -17,14 +17,14 @@ jobs:
1717 fail-fast : false
1818 matrix :
1919 php-version :
20- - " 8.1"
2120 - " 8.2"
2221 - " 8.3"
2322 - " 8.4"
23+ - " 8.5"
2424 deps :
2525 - " highest"
2626 include :
27- - php-version : " 8.1 "
27+ - php-version : " 8.2 "
2828 deps : " lowest"
2929
3030 steps :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ composer require brick/postcode
2626
2727## Requirements
2828
29- This library requires PHP 8.1 or later.
29+ This library requires PHP 8.2 or later.
3030
3131## Project status & release process
3232
Original file line number Diff line number Diff line change 88 ],
99 "license" : " MIT" ,
1010 "require" : {
11- "php" : " ^8.1 "
11+ "php" : " ^8.2 "
1212 },
1313 "require-dev" : {
1414 "phpunit/phpunit" : " ^9.0" ,
You can’t perform that action at this time.
0 commit comments