Skip to content

Commit

Permalink
Merge pull request #4 from townsendmusic/l11
Browse files Browse the repository at this point in the history
Add Laravel 11 support
  • Loading branch information
freekmurze committed Mar 28, 2024
2 parents fb84e8e + b6cf1c4 commit 059d989
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -14,12 +14,15 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2]
laravel: [10.*]
laravel: [10.*,11.*]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
- laravel: 11.*
testbench: 9.*
carbon: ^2.63

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

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -17,15 +17,15 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"laravel/pulse": "^1.0@beta",
"ohdearapp/ohdear-php-sdk": "^3.10",
"spatie/laravel-package-tools": "^1.16.1"
},
"require-dev": {
"laravel/pint": "^1.13.7",
"nunomaduro/collision": "^7.10",
"orchestra/testbench": "^8.19",
"nunomaduro/collision": "^7.10|^8.0",
"orchestra/testbench": "^8.19|^9.0",
"pestphp/pest": "^2.30",
"pestphp/pest-plugin-arch": "^2.5",
"pestphp/pest-plugin-laravel": "^2.2",
Expand Down

0 comments on commit 059d989

Please sign in to comment.