Skip to content

Commit fd44533

Browse files
committed
📌 Target PHP 8.4
1 parent e15c2b0 commit fd44533

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.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.2, 8.3]
16+
php: [8.2, 8.3, 8.4]
1717
dependencies: [stable]
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
@@ -19,5 +19,6 @@
1919
$rectorConfig->sets([
2020
LevelSetList::UP_TO_PHP_82,
2121
LevelSetList::UP_TO_PHP_83,
22+
LevelSetList::UP_TO_PHP_84,
2223
]);
2324
};

0 commit comments

Comments
 (0)