Skip to content

Commit 153d375

Browse files
committed
Drop PHP 8.1, add 8.5 support
bump the minimal version to 8.2.
1 parent 41295a9 commit 153d375

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
php-version:
22-
- '8.1'
22+
- '8.2'
2323

2424
steps:
2525
-
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
php-version:
55-
- '8.1'
55+
- '8.2'
5656

5757
steps:
5858
-
@@ -85,10 +85,10 @@ jobs:
8585
strategy:
8686
matrix:
8787
php-version:
88-
- '8.1'
8988
- '8.2'
9089
- '8.3'
9190
- '8.4'
91+
- '8.5'
9292

9393
steps:
9494
-

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8.1",
12+
"php": "^8.2",
1313
"amphp/socket": "^1.1",
1414
"dantleech/argument-resolver": "^1.1",
1515
"dantleech/invoke": "^2.0",

0 commit comments

Comments
 (0)