Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Feb 17, 2024
1 parent 15d5332 commit 332f636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
php: [8.2, 8.3]
dependencies: [stable]
experimental: [false]
name: 👷 CI PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"chat": "https://github.com/orgs/sikessem/discussions"
},
"require": {
"php": ">=8.1",
"laravel/framework": "^10.43",
"php": ">=8.2",
"laravel/framework": "^10.44",
"sikessem/debugger": "^0.0.0"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

// define sets of rules
$rectorConfig->sets([
LevelSetList::UP_TO_PHP_81,
LevelSetList::UP_TO_PHP_82,
LevelSetList::UP_TO_PHP_83,
]);
Expand Down

0 comments on commit 332f636

Please sign in to comment.