add php 8.2 to test (#3662)

now released https://www.php.net/releases/8.2/en.php
This commit is contained in:
Rotzbua 2023-02-19 21:27:19 +01:00 committed by GitHub
parent 81a911572c
commit 4c762c0ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php: [ 8.1, 8.0, 7.4, 7.3]
php: [8.2, 8.1, 8.0, 7.4, 7.3]
os: [ubuntu-latest]
steps: