Skip to content

Commit

Permalink
Update tests to work with Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
cannycookie committed Nov 5, 2024
1 parent fe61840 commit c759114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
filament: 3.*
- laravel: 11.*
testbench: 9.*
filament: 3.*

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require-dev": {
"blade-ui-kit/blade-heroicons": "^2.1",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0|9.0",
"pestphp/pest": "^2.9.1",
"pestphp/pest-plugin-laravel": "^2.2",
"pestphp/pest-plugin-livewire": "^2.1",
Expand Down

0 comments on commit c759114

Please sign in to comment.