Skip to content

Commit

Permalink
support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjorgedev authored and gehrisandro committed Mar 12, 2024
1 parent 091dec8 commit 18f3f47
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
laravel: [10.*]
laravel: [10.*, 11.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: ^8.20
- lararavel: 11.*
testbench: ^9.0
exclude:
- php: 8.1
laravel: 11.*

name: Tests P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"require": {
"php": "^8.1.0",
"guzzlehttp/guzzle": "^7.5.1",
"laravel/framework": "^10.9.0",
"laravel/framework": "^10.9.0|^11.0",
"gehrisandro/tailwind-merge-php": "^v1.1.0"
},
"require-dev": {
"laravel/pint": "^1.13.8",
"orchestra/testbench": "^v8.0.8",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^v2.30.0",
"pestphp/pest-plugin-arch": "^2.6",
"pestphp/pest-plugin-mock": "^2.0.0",
"pestphp/pest-plugin-type-coverage": "^2.8",
"phpstan/phpstan": "^1.10.55",
"rector/rector": "^0.19",
"symfony/var-dumper": "^6.4.2"
"symfony/var-dumper": "^6.4.2|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 18f3f47

Please sign in to comment.