GHA: Run tests against PHP 8.2 (#37)
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-version: ['7.4', '8.0', '8.1']
|
php-version: ['7.4', '8.0', '8.1', '8.2']
|
||||||
include:
|
include:
|
||||||
- php-version: '8.1'
|
- php-version: '8.2'
|
||||||
run-sonarqube-analysis: true
|
run-sonarqube-analysis: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user