From b652c2fec50b99646a8e77947e97b3518bed5043 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Wed, 24 Jul 2024 16:28:57 +0200 Subject: [PATCH] Upgrade CI for PHP 8.4 testing --- .github/workflows/test-application.yaml | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 10c4537..d199448 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -64,6 +64,14 @@ jobs: env: SYMFONY_DEPRECATIONS_HELPER: weak + - php-version: '8.4' + coverage: false + dependency-versions: 'highest' + tools: 'composer:v2' + composer-options: '--ignore-platform-reqs' + env: + SYMFONY_DEPRECATIONS_HELPER: weak + services: mysql: image: mysql:5.7 diff --git a/composer.json b/composer.json index 096ac13..7508ee5 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "phpstan/phpstan-doctrine": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-symfony": "^1.0", - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^9.6 || ^10.0", "symfony/browser-kit": "^4.4 || ^5.4 || ^6.3 || ^7.0", "symfony/console": "^4.4 || ^5.4 || ^6.3 || ^7.0", "symfony/dotenv": "^4.4 || ^5.4 || ^6.3 || ^7.0",