Skip to content

Commit

Permalink
chore: adding support for PHP 8.2 and 8.3 (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Apr 22, 2024
1 parent e0d10d8 commit fb2341a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
php: [ 7.2, 7.3, 7.4, 8.0, 8.1 ]
php: [ 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 ]
dependencies:
- "lowest"
- "highest"
Expand Down Expand Up @@ -119,4 +119,4 @@ jobs:
SLACK_MSG_AUTHOR: twilio-dx
SLACK_FOOTER: Posted automatically using GitHub Actions
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
MSG_MINIMAL: true
MSG_MINIMAL: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ This library supports the following PHP implementations:
- PHP 7.4
- PHP 8.0
- PHP 8.1
- PHP 8.2
- PHP 8.3

## Installation

Expand Down

0 comments on commit fb2341a

Please sign in to comment.