Skip to content

Commit

Permalink
chore: Compatibility with PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent4vx committed Mar 14, 2024
1 parent b5ce9dc commit dfd320b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-versions }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "~7.1 | ~8.0.0 | ~8.1.0 | ~8.2.0",
"php": "~7.1 | ~8.0.0 | ~8.1.0 | ~8.2.0 | ~8.3.0",
"ext-json": "*",
"spomky-labs/base64url": "~2.0",
"web-token/jwt-signature": "~1.3|~2.0|~3.0",
Expand Down

0 comments on commit dfd320b

Please sign in to comment.