mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Support of PHP 8.2
This commit is contained in:
parent
5cbcba78df
commit
c8e33918a2
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
php-version:
|
php-version:
|
||||||
- '8.1'
|
- '8.1'
|
||||||
|
- '8.2'
|
||||||
symfony-version:
|
symfony-version:
|
||||||
- '5.4.*'
|
- '5.4.*'
|
||||||
- '6.4.*'
|
- '6.4.*'
|
||||||
|
@ -20,6 +20,7 @@ use Symfony\Component\HttpKernel\Kernel;
|
|||||||
class ValidationParserTest extends WebTestCase
|
class ValidationParserTest extends WebTestCase
|
||||||
{
|
{
|
||||||
protected $handler;
|
protected $handler;
|
||||||
|
private ValidationParser $parser;
|
||||||
|
|
||||||
public function setUp(): void
|
public function setUp(): void
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user