Skip to content

Commit

Permalink
Bump dependencies & update GitHub Actions for Laravel 10 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
asugai authored Feb 15, 2023
1 parent de9d66a commit 562af7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/run-tests-l8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,24 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.0, 7.4, 7.3]
laravel: [9.*, 8.*]
laravel: [9.*, 8.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 10.*
php: 8.0
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: 7.3
- laravel: 9.*
php: 7.4
- laravel: 9.*
php: 7.3
- laravel: 8.*
php: 8.1
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"require": {
"php": "^7.3 || ^8.0",
"guzzlehttp/guzzle": "~6.0 || ~7.0",
"illuminate/support": "5.7.* || 5.8.* ||^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "5.7.* || 5.8.* ||^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"symfony/dotenv": "^4.2 || ^5.1"
},
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "^5.0 || ^6.0",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
Expand Down

0 comments on commit 562af7b

Please sign in to comment.