add PHP8.2 support

This commit is contained in:
sunxyw 2022-11-03 17:37:52 +08:00
parent f4ded4c6d7
commit 27c6bf1864
No known key found for this signature in database
GPG Key ID: F391C42B19AFFC98

View File

@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
php-version: [ 8.0, 8.1 ]
php-version: [ 8.0, 8.1, 8.2 ]
name: PHP ${{ matrix.php-version }} Test (${{ matrix.operating-system }})
runs-on: ${{ matrix.operating-system }}
steps: