Skip to content

Commit 7c8bcef

Browse files
committed
Drop PHP8.1 support
1 parent 2a9d9e6 commit 7c8bcef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '8.1', '8.2', '8.3', '8.4' ]
14+
php: [ '8.2', '8.3', '8.4' ]
1515

1616
steps:
1717
- id: checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"issues": "https://github.com/magicsunday/jsonmapper/issues"
1515
},
1616
"require": {
17-
"php": ">=8.1.0 <8.5.0",
17+
"php": ">=8.2.0 <8.5.0",
1818
"ext-json": "*",
1919
"symfony/property-info": "^6.0 || ^7.0",
2020
"symfony/property-access": "^6.0 || ^7.0",

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
SetList::CODING_STYLE,
4545
SetList::CODE_QUALITY,
4646
SetList::DEAD_CODE,
47-
LevelSetList::UP_TO_PHP_81,
47+
LevelSetList::UP_TO_PHP_82,
4848
]);
4949

5050
// Skip some rules

0 commit comments

Comments
 (0)