Skip to content

Commit

Permalink
multiple php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
veneliniliev committed Jan 20, 2020
1 parent 9497745 commit dd3cf33
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 @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4]
php: [7.4, 7.3, 7.2, 7.1, 7.0]
laravel: [6.*, 5.8.*, 5.7.*, 5.6.*, 5.5.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
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.4",
"php": ">=7.0.0",
"illuminate/bus": "^5.5|^6.0",
"illuminate/database": "^5.5|^6.0",
"illuminate/support": "^5.5|^6.0"
Expand Down

0 comments on commit dd3cf33

Please sign in to comment.