Skip to content

Commit

Permalink
Laravel 10.x Support (barryvdh#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Jan 12, 2023
1 parent 7590abc commit 47f5852
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
strategy:
matrix:
php: [8.2, 8.1, 8.0, 7.4, 7.3, 7.2]
laravel: [^9, ^8, ^7]
laravel: [^10, ^9, ^8, ^7]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: ^7*
- laravel: ^7
php: 8.1
- laravel: ^7
php: 8.2
Expand All @@ -35,8 +35,14 @@ jobs:
php: 7.3
- laravel: ^9
php: 7.4
- laravel: ^7
php: 8.1
- laravel: ^10
php: 7.2
- laravel: ^10
php: 7.3
- laravel: ^10
php: 7.4
- laravel: ^10
php: 8.0

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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"require": {
"php": ">=7.2.5",
"maximebf/debugbar": "^1.17.2",
"illuminate/routing": "^7|^8.67|^9",
"illuminate/session": "^7|^8.67|^9",
"illuminate/support": "^7|^8.67|^9",
"illuminate/routing": "^7|^8.67|^9|^10",
"illuminate/session": "^7|^8.67|^9|^10",
"illuminate/support": "^7|^8.67|^9|^10",
"symfony/finder": "^5|^6"
},
"require-dev": {
"mockery/mockery": "^1.3.3",
"orchestra/testbench-dusk": "^5|^6|^7",
"orchestra/testbench-dusk": "^5|^6|^7|^8",
"phpunit/phpunit": "^8.5.30|^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
Expand Down

0 comments on commit 47f5852

Please sign in to comment.