diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9d42c1b..aa5cc333 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,10 +17,9 @@ jobs: strategy: fail-fast: false matrix: - php: ["8.0", "8.1"] + php: ["8.0", "8.1", "8.2"] postgres: [""] - symfony: ["^5.4", "^6.0"] - + symfony: ["^5.4", "^6.0", "^6.1", "^6.2"] include: - php: 8.0 @@ -30,6 +29,13 @@ jobs: php: 8.0 symfony: "^5.4" postgres: "14.0" + exclude: + - + php: "8.0" + symfony: "^6.1" + - + php: "8.0" + symfony: "^6.2" steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 94a9ff54..3c17d387 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,7 @@ "matthiasnoback/symfony-dependency-injection-test": "^4.2.1", "pagerfanta/pagerfanta": "^3.0", "pamil/phpspec-skip-example-extension": "^4.2", - "phpspec/phpspec": "^7.2", + "phpspec/phpspec": "^7.3", "phpstan/phpstan": "^1.7", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-webmozart-assert": "^1.2", diff --git a/src/Component/composer.json b/src/Component/composer.json index 87da7421..07153984 100644 --- a/src/Component/composer.json +++ b/src/Component/composer.json @@ -38,7 +38,7 @@ "webmozart/assert": "^1.9" }, "require-dev": { - "phpspec/phpspec": "^7.2", + "phpspec/phpspec": "^7.3", "symfony/property-access": "^5.4 || ^6.0" }, "extra": {