Skip to content

Commit

Permalink
Add support for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed Jan 18, 2023
1 parent 942ff89 commit e103317
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['7.4', '8.0', '8.1', '8.2']
name: PHP ${{ matrix.php-versions }} tests
steps:
- name: Checkout
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.1

## PHP Support

Support was added for PHP 8.2

## 4.0.0

## PHP Support
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]
},
"require": {
"php": "7.4.* || 8.0.* || 8.1.*"
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*"
},
"require-dev": {
"phpstan/phpstan": "1.2.0",
Expand Down

0 comments on commit e103317

Please sign in to comment.