Skip to content

Commit

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

* Update GitHub Actions for Laravel 10

* Update run-tests.yml

---------

Co-authored-by: Freek Van der Herten <[email protected]>
  • Loading branch information
laravel-shift and freekmurze authored Feb 1, 2023
1 parent 6286f1b commit 1299618
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1, 8.0]
laravel: [9.*]
laravel: [9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
exclude:
- laravel: 10.*
php: 8.0

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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"require": {
"php": "^8.0",
"google/apiclient": "^2.12.6",
"laravel/framework": "^9.41",
"laravel/framework": "^9.41|^10.0",
"nesbot/carbon": "^2.63",
"spatie/laravel-package-tools": "^1.13.7",
"symfony/cache": "^6.0"
},
"require-dev": {
"league/flysystem": "^2.0|^3.0",
"mockery/mockery": "^1.5",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.22.2",
"mockery/mockery": "^1.5|^1.4.4",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.22.2|^1.22",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down

0 comments on commit 1299618

Please sign in to comment.