Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhanley committed May 13, 2024
1 parent 0be8866 commit b56e830
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
testbench: [8.*]
testbench: [8.*, 9.*]
exclude:
- php: 8.1
testbench: 9.*

name: PHP:${{ matrix.php }} / Testbench:${{ matrix.testbench }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.1",
"livewire/livewire": "^3.1|dev-master",
"orchestra/testbench-dusk": "^8.0|^9.0",
"psy/psysh": "^0.11.1"
"psy/psysh": "^0.11.1|^12.0"
},
"require-dev": {
"spatie/laravel-ray": "^1.10"
Expand Down

0 comments on commit b56e830

Please sign in to comment.