Skip to content

Commit

Permalink
Adds tests against L11 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Dec 4, 2023
1 parent acd4d54 commit 69b66ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3]
laravel: [10]
laravel: [10, 11]
exclude:
- php: 8.1
laravel: 11

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down Expand Up @@ -51,8 +54,11 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
laravel: [10]
php: [8.1, 8.2, 8.3]
laravel: [10, 11]
exclude:
- php: 8.1
laravel: 11

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} Windows

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"require": {
"php": "^8.1",
"laravel/framework": "^10.27|^11.0",
"livewire/livewire": "^3.0"
"livewire/livewire": "^3.0|dev-feat/l11"
},
"require-dev": {
"laravel/folio": "^1.1",
"mockery/mockery": "^1.6",
"orchestra/testbench": "^8.15.0",
"orchestra/testbench": "^8.15.0|^9.0",
"pestphp/pest": "^2.9.5",
"phpstan/phpstan": "^1.10"
},
Expand Down

0 comments on commit 69b66ac

Please sign in to comment.