Skip to content

Commit

Permalink
Test Laravel 8 (#1097)
Browse files Browse the repository at this point in the history
* Test Laravel 8
  • Loading branch information
barryvdh committed Aug 28, 2020
1 parent 7c0d143 commit 05b74ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
strategy:
matrix:
php: [7.4, 7.3, 7.2]
laravel: [6.*, 7.*]
laravel: [8.*, 6.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 8.*
php: 7.2

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

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
"symfony/finder": "^4.3|^5"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
"orchestra/testbench-dusk": "^4.0|^5.0",
"orchestra/dusk-updater": "^1",
"orchestra/testbench-dusk": "^4|^5|^6",
"phpunit/phpunit": "^8.5|^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
Expand Down

0 comments on commit 05b74ee

Please sign in to comment.