GitHub Actions: add PHP 8.2

This commit is contained in:
terrafrost 2022-12-17 09:49:00 -06:00
parent 97ea650dba
commit c9cfa9ea3a
1 changed files with 1 additions and 1 deletions

View File

@ -89,4 +89,4 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']