Skip to content

Commit

Permalink
support php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Aug 22, 2024
1 parent 22b6a9d commit 5424200
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: ['8.1', '8.2']
php: ['8.2', '8.3']

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": "~8.1.0 || ~8.2.0",
"php": "~8.2.0 || ~8.3.0",
"ext-json" : "*",
"apple/apn-push": "^3.0",
"guzzlehttp/guzzle": "^7.0",
Expand Down

0 comments on commit 5424200

Please sign in to comment.