Skip to content

Commit 27dde1b

Browse files
committed
Drop support for PHP 8.1 and 8.2; update minimum PHP version to 8.3 in composer.json
1 parent a2ab782 commit 27dde1b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/phpunit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
- "8.5"
2222
- "8.4"
2323
- "8.3"
24-
- "8.2"
25-
- "8.1"
2624

2725
env:
2826
MEMCACHED_SERVER: "memcached:11211"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"require": {
15-
"php": ">=8.1 <8.6",
15+
"php": ">=8.3 <8.6",
1616
"psr/cache": "^1.0|^2.0|^3.0",
1717
"psr/log": "^1.0|^2.0|^3.0",
1818
"psr/simple-cache": "^1.0|^2.0",

0 commit comments

Comments
 (0)