Skip to content

Commit

Permalink
test against php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arubacao committed Dec 29, 2020
1 parent f408dbf commit 25718d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.1, 7.2, 7.3, 7.4]
php: [7.1, 7.2, 7.3, 7.4, 8.0]
laravel: [5.4.*, 5.5.*, 5.6.*, 5.7.*, 5.8.*, 6.*, 7.*, 8.*]
include:
- laravel: 5.4.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.0|^8.0",
"laravel/framework": "~5.4|^6.0|^7.0|^8.0"
},
"require-dev": {
Expand Down

0 comments on commit 25718d5

Please sign in to comment.