We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15c2b0 commit fd44533Copy full SHA for fd44533
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest]
16
- php: [8.2, 8.3]
+ php: [8.2, 8.3, 8.4]
17
dependencies: [stable]
18
experimental: [false]
19
name: 👷 CI PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }}
rector.php
@@ -19,5 +19,6 @@
$rectorConfig->sets([
20
LevelSetList::UP_TO_PHP_82,
21
LevelSetList::UP_TO_PHP_83,
22
+ LevelSetList::UP_TO_PHP_84,
23
]);
24
};
0 commit comments