Skip to content

Commit 6704e53

Browse files
committed
📌 Consider PHP 8.2
1 parent 35129b9 commit 6704e53

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
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.3, 8.4]
16+
php: [8.2, 8.3, 8.4]
1717
dependencies: [lowest, highest]
1818
experimental: [false]
1919
name: 👷 CI PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }}

‎rector.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
// define sets of rules
1919
$rectorConfig->sets([
20+
LevelSetList::UP_TO_PHP_82,
2021
LevelSetList::UP_TO_PHP_83,
2122
LevelSetList::UP_TO_PHP_84,
2223
]);

0 commit comments

Comments
 (0)