Skip to content

Commit fb2341a

Browse files
chore: adding support for PHP 8.2 and 8.3 (#801)
1 parent e0d10d8 commit fb2341a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 20
1818
strategy:
1919
matrix:
20-
php: [ 7.2, 7.3, 7.4, 8.0, 8.1 ]
20+
php: [ 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 ]
2121
dependencies:
2222
- "lowest"
2323
- "highest"
@@ -119,4 +119,4 @@ jobs:
119119
SLACK_MSG_AUTHOR: twilio-dx
120120
SLACK_FOOTER: Posted automatically using GitHub Actions
121121
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
122-
MSG_MINIMAL: true
122+
MSG_MINIMAL: true

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This library supports the following PHP implementations:
2525
- PHP 7.4
2626
- PHP 8.0
2727
- PHP 8.1
28+
- PHP 8.2
29+
- PHP 8.3
2830

2931
## Installation
3032

0 commit comments

Comments
 (0)