Skip to content

Commit

Permalink
Test Laravel 9 (barryvdh#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Jan 30, 2022
1 parent 0548fa6 commit 4ad282a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ jobs:
strategy:
matrix:
php: [8.0, 7.4, 7.3, 7.2]
laravel: [8.*, 6.*, 7.*]
laravel: [9.*, 8.*, 6.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 8.*
php: 7.2
- laravel: 9.*
php: 7.2
- laravel: 9.*
php: 7.3
- laravel: 9.*
php: 7.4

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require-dev": {
"mockery/mockery": "^1.3.3",
"orchestra/testbench-dusk": "^4|^5|^6",
"orchestra/testbench-dusk": "^4|^5|^6|^7",
"phpunit/phpunit": "^8.5|^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
Expand Down

0 comments on commit 4ad282a

Please sign in to comment.