Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Jun 17, 2022
1 parent c0f8810 commit e61f7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ jobs:
fail-fast: true
matrix:
php: [8.0, 8.1]
laravel: [8.*, 9.*]
laravel: [9.*]
include:
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"require": {
"php": "^8.0|^8.1",
"illuminate/contracts": "^7.0|^8.0|^9.0",
"illuminate/contracts": "^9.0",
"spatie/laravel-package-tools": "^1.9.2",
"spatie/once": "^3.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"nunomaduro/larastan": "^1.0|^2.0.1",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
Expand Down

0 comments on commit e61f7f1

Please sign in to comment.