Added support for Laravel 10 (#1406)

* Added support for Laravel 10

* Update run-tests.yml

* Update run-tests.yml

* Update run-integration-tests.yml

Co-authored-by: Barry vd. Heuvel <[email protected]>
This commit is contained in:
Stef van Esch
2023-01-22 15:01:32 +01:00
committed by GitHub
co-authored by Barry vd. Heuvel
parent b55769213c
commit 9e50460017
2 changed files with 14 additions and 8 deletions
+7 -1
View File
@@ -21,9 +21,15 @@ jobs:
matrix:
os: [ubuntu-20.04, windows-2019]
php: [8.1, 8.0, 7.4, 7.3]
laravel: [8.*, 9.*]
laravel: [8.*, 9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.0
laravel: 10.*
- php: 7.4
laravel: 10.*
- php: 7.3
laravel: 10.*
- php: 8.0
dependency-version: prefer-lowest
- php: 7.4