Skip to content

Commit

Permalink
Support PHP 8.3 (#455)
Browse files Browse the repository at this point in the history
* Support PHP 8.3

* Added 8.3 support to testing matrix

* Trigger CI

---------

Co-authored-by: Chris Tankersley <chris@ctankersley.com>
  • Loading branch information
deleugpn and dragonmantank authored Dec 13, 2023
1 parent b903787 commit dcd9651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.0', '8.1', '8.2' ]
php: ['8.0', '8.1', '8.2', '8.3']

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
}
],
"require": {
"php": "~8.0 || ~8.1 || ~8.2",
"php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
"ext-mbstring": "*",
"laminas/laminas-diactoros": "^3.0",
"lcobucci/jwt": "^3.4|^4.0",
"lcobucci/jwt": "^3.4|^4.0|^5.0",
"psr/container": "^1.0 | ^2.0",
"psr/http-client-implementation": "^1.0",
"vonage/nexmo-bridge": "^0.1.0",
Expand Down

0 comments on commit dcd9651

Please # to comment.