test: use KernelTestCase instead of ApiTestCase

This commit is contained in:
Maël Gangloff
2025-10-22 22:13:40 +02:00
parent 57952b3e33
commit 2d07dce1ae
2 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
extensions: mbstring, xml, intl, curl, iconv, pdo_pgsql, sodium, zip, http
- name: Cache Composer dependencies
@@ -67,7 +67,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
- name: Run PHPStan
run: vendor/bin/phpstan analyse
@@ -94,7 +94,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
- name: Run PHP-CS-Fixer
run: vendor/bin/php-cs-fixer fix --dry-run --diff
@@ -136,7 +136,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
php-version: '8.4'
extensions: mbstring, xml, intl, curl, iconv, pdo_pgsql, sodium, zip, http
- name: Prepare database