GHA: Run tests against PHP 8.2 (#37)

This commit is contained in:
Namoshek 2023-02-14 20:50:15 +01:00 committed by GitHub
parent c42ec1d6ff
commit 936ce0549d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
php-version: ['7.4', '8.0', '8.1']
php-version: ['7.4', '8.0', '8.1', '8.2']
include:
- php-version: '8.1'
- php-version: '8.2'
run-sonarqube-analysis: true
steps: