Skip to content

Commit

Permalink
Laravel 10.x Compatibility (#263)
Browse files Browse the repository at this point in the history
* Bump dependencies for Laravel 10

* Update GitHub Actions for Laravel 10
  • Loading branch information
laravel-shift authored Jan 24, 2023
1 parent 0262f9e commit 37322a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
laravel: [9.*, 8.*, 6.*, 7.*]
laravel: [9.*, 8.*, 6.*, 7.*, 10.*]
dependency-version: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
Expand All @@ -22,6 +24,14 @@ jobs:
- laravel: 6.*
testbench: 4.*
exclude:
- laravel: 10.*
php: 8.0
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: 7.3
- laravel: 10.*
php: 7.2
- laravel: 6.*
php: 8.2
- laravel: 7.*
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"require": {
"php": "^7.2|^8.0",
"google/apiclient": "^2.2",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"nesbot/carbon": "^2.63"
},
"require-dev": {
"mockery/mockery": "^1.3.3|^1.4",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
"phpunit/phpunit": "^8.4|^9.0"
},
"autoload": {
Expand Down

0 comments on commit 37322a2

Please # to comment.