try to test against PHP 8.2

This commit is contained in:
Matthias Pfefferle 2022-11-15 20:53:27 +01:00
parent 30919b1f7b
commit aa4f6bce69
2 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
strategy:
matrix:
php-versions: ['5.6', '7.2', '7.3', '7.4', '8.0', '8.1']
php-versions: ['5.6', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
steps:
- name: Checkout
uses: actions/checkout@v2

1
.gitignore vendored
View file

@ -5,3 +5,4 @@ composer.lock
.DS_Store
.idea/
.php_cs.cache
.vscode/settings.json