From b2bd334ced3da1d48e3869e87cc5e7ca63d0a101 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 6 Oct 2021 17:50:48 +0200 Subject: [PATCH] Add PHP 8.1 to CI Signed-off-by: Alexander M. Turek --- .github/workflows/ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e039c0..4c0e8ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.1.3', '7.2', '7.3', '7.4', '8.0'] + php: ['7.1.3', '7.2', '7.3', '7.4', '8.0', '8.1'] include: - php: '7.4' deps: lowest diff --git a/composer.json b/composer.json index ca55221..e1e6c0f 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "symfony/event-dispatcher": "^4.4 || ^5.0", "symfony/framework-bundle": "^4.4 || ^5.0", "symfony/http-kernel": "^4.4 || ^5.0", - "symfony/phpunit-bridge": "^4.4.19 || ^5.2", + "symfony/phpunit-bridge": "^5.4@dev", "nyholm/psr7": "^1.1", "psr/log": "^1.1 || ^2 || ^3" },