Skip to content

Commit

Permalink
Add support for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Malik Alleyne-Jones committed May 13, 2021
1 parent 2415bac commit 6e015a6
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 @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0]
php: [7.4, 8.0]
laravel: [8.*]
stability: [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 @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^8.0",
"php": "^7.4|^8.0",
"blade-ui-kit/blade-icons": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 6e015a6

Please sign in to comment.