Skip to content

Commit

Permalink
Merge pull request #11 from atmonshi/laravel-11
Browse files Browse the repository at this point in the history
add Laravel 11 support
  • Loading branch information
JaZo authored Mar 3, 2024
2 parents 82576ff + 6fcaa96 commit 3025bf1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: filament-backgrounds
type: php
docroot: ""
php_version: "8.1"
php_version: "8.2"
webserver_type: apache-fpm
xdebug_enabled: false
additional_hostnames: []
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
laravel: [10.*]
php: [8.3, 8.2, 8.1]
laravel: [11.*, 10.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 11.*
php: 8.1

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

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"php": "^8.1",
"filament/filament": "^3.0.100",
"spatie/laravel-package-tools": "^1.15.0",
"illuminate/contracts": "^10.21"
"illuminate/contracts": "^10.21|^11.0"
},
"require-dev": {
"laravel/pint": "^1.13",
"nunomaduro/collision": "^7.10",
"nunomaduro/collision": "^7.10|^8.1",
"nunomaduro/larastan": "^2.6",
"orchestra/testbench": "^8.15",
"orchestra/testbench": "^8.15|^9.0",
"pestphp/pest": "^2.25",
"pestphp/pest-plugin-arch": "^2.4",
"pestphp/pest-plugin-laravel": "^2.2",
Expand Down

0 comments on commit 3025bf1

Please sign in to comment.