diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 528e26c..747278a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,13 +51,9 @@ jobs: strategy: matrix: php: - - 7.4 - - 8.0 - include: - - php: 7.4 - phpunit: 9.5.0 - - php: 8.0 - phpunit: 9.5.0 + - 8.1 + - 8.2 + - 8.3 steps: - uses: actions/checkout@v2 diff --git a/.gitignore b/.gitignore index 39d62c1..ee33a7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ vendor/ tests/log/ composer.lock +.idea +.phpunit.result.cache \ No newline at end of file diff --git a/composer.json b/composer.json index 9bd4764..a708fde 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "minimum-stability": "stable", "require": { - "php": "^7.4|^8.0", + "php": "^8.1", "justinrainbow/json-schema": "^5.0", "mtdowling/jmespath.php": "^2.3", "ext-json": "*" @@ -21,7 +21,7 @@ "require-dev": { "phpunit/phpunit": "^9", "codacy/coverage": "dev-master", - "symfony/http-foundation": "^2.8|^3.0|^5.0" + "symfony/http-foundation": "^5.4|^6.4|^7.0" }, "autoload": { "psr-4": {