Merge pull request #4715 from nextcloud/tests/php8.2

tests(phpunit): Run phpunit tests against PHP 8.2
This commit is contained in:
Arthur Schiwon
2023-05-23 20:53:56 +02:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2']
databases: ['sqlite', 'mysql', 'pgsql']
server-versions: ['master']