Skip to content

Commit 9962e8d

Browse files
committed
Require PHP 8.2, test on 8.5
1 parent 0723428 commit 9962e8d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
pull_request:
66

77
env:
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

1111
jobs:
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^8.1"
11+
"php": "^8.2"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)