Skip to content

Commit d90d343

Browse files
committed
📌 Target PHP>=8.3
1 parent 6704e53 commit d90d343

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
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, 8.4]
16+
php: [8.3, 8.4]
1717
dependencies: [lowest, highest]
1818
experimental: [false]
1919
name: 👷 CI PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"chat": "https://github.com/orgs/sikessem/discussions"
3434
},
3535
"require": {
36-
"php": "^8.2",
36+
"php": "^8.3",
3737
"filament/filament": "^4.0",
3838
"illuminate/console": "^12.24",
3939
"spatie/laravel-package-tools": "^1.92"

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rector.php

Lines changed: 0 additions & 1 deletion
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_82,
2120
LevelSetList::UP_TO_PHP_83,
2221
LevelSetList::UP_TO_PHP_84,
2322
]);

0 commit comments

Comments
 (0)