GHA: Run tests against PHP 8.2 (#37)
This commit is contained in:
parent
c42ec1d6ff
commit
936ce0549d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue