Skip to content

Commit

Permalink
Merge pull request #9 from genkgo/support_php_8_0
Browse files Browse the repository at this point in the history
support php 8.0
  • Loading branch information
frederikbosch authored Jan 5, 2022
2 parents a0e1b69 + acebeaa commit a47498b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.4']
php: ['7.4', '8.0']

name: PHP ${{ matrix.php }} tests
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "genkgo/push",
"description": "Send push messages to Android and Apple using one interface.",
"require" : {
"php" : "^7.4",
"php": "^7.4 || ~8.0.0",
"ext-json" : "*",
"apple/apn-push": "^3.0",
"guzzlehttp/guzzle": "^7.0",
Expand Down

0 comments on commit a47498b

Please sign in to comment.