Skip to content

Commit

Permalink
Merge pull request #200 from jolicode/php-8.2
Browse files Browse the repository at this point in the history
Added support for PHP 8.2
  • Loading branch information
lyrixx authored Dec 21, 2022
2 parents 6cc51cf + 02098f8 commit 80b2dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1']
php-version: ['7.4', '8.0', '8.1', '8.2']
runs-on: ubuntu-latest
steps:
-
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Update Composer to version 2.5.0
* Increase the number of FPM worker from 4 to 25
* Enabled PHP FPM status page on `/php-fpm-status`
* Added support for PHP 8.2

## 3.8.0 (2022-06-15)

Expand Down

0 comments on commit 80b2dbd

Please sign in to comment.