Skip to content

Commit dcd9651

Browse files
Support PHP 8.3 (#455)
* Support PHP 8.3 * Added 8.3 support to testing matrix * Trigger CI --------- Co-authored-by: Chris Tankersley <[email protected]>
1 parent b903787 commit dcd9651

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
php: [ '8.0', '8.1', '8.2' ]
24+
php: ['8.0', '8.1', '8.2', '8.3']
2525

2626
name: PHP ${{ matrix.php }} Test
2727

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313
],
1414
"require": {
15-
"php": "~8.0 || ~8.1 || ~8.2",
15+
"php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
1616
"ext-mbstring": "*",
1717
"laminas/laminas-diactoros": "^3.0",
18-
"lcobucci/jwt": "^3.4|^4.0",
18+
"lcobucci/jwt": "^3.4|^4.0|^5.0",
1919
"psr/container": "^1.0 | ^2.0",
2020
"psr/http-client-implementation": "^1.0",
2121
"vonage/nexmo-bridge": "^0.1.0",

0 commit comments

Comments
 (0)