Skip to content

Commit

Permalink
Merge pull request #86 from bezhanSalleh/3-xlaravel-11
Browse files Browse the repository at this point in the history
remove laravel explicit version dependency
  • Loading branch information
bezhanSalleh committed Mar 28, 2024
2 parents fef2882 + 604318d commit ac059dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.*]
dependency-version: [prefer-stable]
include:
- laravel: 11.*
testbench: 9.*
- laravel: 10.*
testbench: 8.*
exclude:
- laravel: 11.*
php: 8.1

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,16 @@
}
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.1|^8.2|^8.3",
"filament/filament": "^3.0",
"spatie/laravel-package-tools": "^1.9",
"illuminate/contracts": "^9.0|^10.0"
"spatie/laravel-package-tools": "^1.9"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0|^7.0",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"nunomaduro/collision": "^6.0|^7.0|8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-laravel": "^2.3",
"spatie/laravel-ray": "^1.26"
},
"autoload": {
Expand Down

0 comments on commit ac059dc

Please sign in to comment.