From 7d5e49208edbfa6835e1774299735c025ee90551 Mon Sep 17 00:00:00 2001 From: Simon Mellerin Date: Fri, 24 Nov 2023 14:55:18 +0100 Subject: [PATCH] no-issue - CI - test --- .github/workflows/continuous-integration.yml | 6 +++--- composer.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1e26c76a..56ff46fc 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,7 +23,7 @@ env: jobs: phpunit-smoke-tests: - name: "PHPUnit with Symfony et PHP version matrix" + name: "PHPUnit with PHP version matrix" runs-on: ubuntu-latest container: image: ghcr.io/makinacorpus/dbtoolsbundle-ci:main @@ -39,8 +39,8 @@ jobs: extension: - "pdo_pgsql" dependencies: - - "lowest" - - "highest" + - "lowest" + - "highest" services: postgres: diff --git a/composer.json b/composer.json index 72e6349f..b8617fb4 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.34", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^10.3", + "phpunit/phpunit": "^10.4", "symfony/framework-bundle": "^6.0", "symfony/validator": "^6.3" },