Skip to content

Commit

Permalink
Add PHP 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiCho committed Nov 14, 2023
1 parent d5443ad commit ee2d247
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php_version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php_version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- uses: actions/checkout@v1
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

----

## v3.0.5 (2023-11-14)

- Added support for PHP 8.3

----

## v3.0.4 (2023-09-06)

- Added support for PHP 8.2
Expand Down

0 comments on commit ee2d247

Please sign in to comment.