Skip to content

Commit

Permalink
Add PHP 7.3 Support (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher authored Feb 9, 2022
1 parent e617fb2 commit 18d0eec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 8.0, 8.1]
php: [7.3, 7.4, 8.0, 8.1]
laravel: [6.0, 7.0, 8.0, 9.0]
exclude:
- php: 7.3
laravel: 9
- php: 7.4
laravel: 9

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
}
],
"require": {
"php": "^7.4|^8.0",

"php": "^7.3|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"joelbutcher/facebook-graph-sdk": "^6.0.0",
"symfony/http-client": "^5.3"
Expand Down

0 comments on commit 18d0eec

Please sign in to comment.