Skip to content

Commit

Permalink
Merge pull request #13 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
hedii committed Feb 20, 2023
2 parents 9818710 + abdede6 commit 4d7e251
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.0', '8.1' ]
php-versions: [8.1]
name: Testing on PHP ${{ matrix.php-versions }}
steps:
- name: Checkout
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"source": "https://github.com/hedii/artisan-log-cleaner"
},
"require": {
"php": "^8.0",
"illuminate/console": "^9.0",
"illuminate/filesystem": "^9.0",
"illuminate/support": "^9.0"
"php": "^8.1",
"illuminate/console": "^10.0",
"illuminate/filesystem": "^10.0",
"illuminate/support": "^10.0"
},
"require-dev": {
"orchestra/testbench": "^7.0"
"orchestra/testbench": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4d7e251

Please sign in to comment.