Skip to content

Commit 80b2dbd

Browse files
authored
Merge pull request #200 from jolicode/php-8.2
Added support for PHP 8.2
2 parents 6cc51cf + 02098f8 commit 80b2dbd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
php-version: ['7.4', '8.0', '8.1']
32+
php-version: ['7.4', '8.0', '8.1', '8.2']
3333
runs-on: ubuntu-latest
3434
steps:
3535
-

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Update Composer to version 2.5.0
77
* Increase the number of FPM worker from 4 to 25
88
* Enabled PHP FPM status page on `/php-fpm-status`
9+
* Added support for PHP 8.2
910

1011
## 3.8.0 (2022-06-15)
1112

0 commit comments

Comments
 (0)