Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 5508cbb

Browse files
committed
📌 Remove support for versions prior to PHP 8.2
1 parent b8a572a commit 5508cbb

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: [8.1, 8.2, 8.3]
16+
php: [8.2, 8.3]
1717
dependencies: [lowest, highest]
1818
experimental: [false]
1919
name: 👷 CI PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"chat": "https://github.com/orgs/sikessem/discussions"
2323
},
2424
"require": {
25-
"php": "^8.1||^8.2||^8.3"
25+
"php": "^8.2||^8.3"
2626
},
2727
"require-dev": {
2828
"sikessem/devtools": "^0.8.0"

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rector.php

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
// define sets of rules
1919
$rectorConfig->sets([
20-
LevelSetList::UP_TO_PHP_81,
2120
LevelSetList::UP_TO_PHP_82,
2221
LevelSetList::UP_TO_PHP_83,
2322
]);

0 commit comments

Comments
 (0)