Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 17, 2021
1 parent df55f77 commit 6806703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
matrix:
os:
- "ubuntu-latest"
- "windows-latest"
php:
- "7.3"
- "7.4"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=7.3",
"php": "^7.3 || ^8.0",
"imagine/imagine": "^1.2",
"orchestra/support-core": "^6.0",
"orchestra/support-providers": "^6.0"
Expand Down

0 comments on commit 6806703

Please sign in to comment.