We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35129b9 commit 6704e53Copy full SHA for 6704e53
2 files changed
‎.github/workflows/ci.yml‎
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest]
16
- php: [8.3, 8.4]
+ php: [8.2, 8.3, 8.4]
17
dependencies: [lowest, highest]
18
experimental: [false]
19
name: 👷 CI PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }}
‎rector.php‎
@@ -17,6 +17,7 @@
// define sets of rules
$rectorConfig->sets([
20
+ LevelSetList::UP_TO_PHP_82,
21
LevelSetList::UP_TO_PHP_83,
22
LevelSetList::UP_TO_PHP_84,
23
]);
0 commit comments