Skip to content

Commit

Permalink
support for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastix committed Nov 22, 2024
1 parent 5642173 commit 63d53c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.1", "8.2", "8.3"]
php-version: ["8.1", "8.2", "8.3", "8.4"]
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"chat": "https://t.me/nostr_php"
},
"require": {
"php": ">=8.1 <8.4",
"php": ">=8.1 <8.5",
"ext-gmp": "*",
"ext-xml": "*",
"lib-gmp": ">=6.2.1",
Expand Down

0 comments on commit 63d53c0

Please sign in to comment.