From 87e966f1ce4915f7f56658ec6b6beba365a1827f Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 29 Nov 2025 17:21:06 +0100 Subject: [PATCH] ci: add tests for php 8.4 bump min versions --- .github/workflows/ci.yml | 3 +++ composer.json | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49b793d2..3a16ee28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' fail-fast: false steps: - name: Checkout @@ -45,6 +46,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' fail-fast: false env: APP_DEBUG: '1' # https://github.com/phpstan/phpstan-symfony/issues/37 @@ -91,6 +93,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' fail-fast: false timeout-minutes: 20 steps: diff --git a/composer.json b/composer.json index 6b2e479c..44e2c5aa 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ }, "require-dev": { - "behat/mink-goutte-driver": "^1.1", - "guzzlehttp/guzzle": "^6.3", - "behat/mink-selenium2-driver": "^1.6", - "atoum/atoum": "^4.0", - "fabpot/goutte": "^3.2", - "phpunit/phpunit": "^9.5", - "atoum/stubs": "^2.6" + "behat/mink-goutte-driver": "^1.3 || ^2.0", + "guzzlehttp/guzzle": "^6.3 || ^7.0", + "behat/mink-selenium2-driver": "^1.7", + "atoum/atoum": "^4.4", + "fabpot/goutte": "^3.3 || ^4.0", + "phpunit/phpunit": "^9.6.29", + "atoum/stubs": "^2.7" }, "autoload": {