From b063ae889ca2ebc7f60790cd09f34cb44f78371f Mon Sep 17 00:00:00 2001 From: Yozhef Date: Thu, 11 Jan 2024 17:07:08 +0200 Subject: [PATCH 1/5] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a69320b..308265d 100644 --- a/composer.json +++ b/composer.json @@ -28,10 +28,10 @@ "require": { "php": "^8.2", "behat/behat": "^3.0", - "symfony/messenger": "^6.3", - "symfony/serializer": "^6.3", - "symfony/dependency-injection": "^6.3", - "symfony/http-kernel": "^6.3", + "symfony/messenger": "^6.3 || ^7.0", + "symfony/serializer": "^6.3 || ^7.0", + "symfony/dependency-injection": "^6.3 || ^7.0", + "symfony/http-kernel": "^6.3 || ^7.0", "macpaw/similar-arrays": "^1.0" }, "require-dev": { From db8430d3b85cf9e7654b5f18647d2610dabe1482 Mon Sep 17 00:00:00 2001 From: Yozhef Date: Thu, 11 Jan 2024 17:08:11 +0200 Subject: [PATCH 2/5] Update ci.yaml --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 088389b..acdd4bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,10 +16,12 @@ jobs: coverage: ['none'] symfony-versions: - '6.3.*' + - '6.4.*' + - '7.0.*' include: php: '8.2' coverage: 'xdebug' - symfony-versions: '^6.3' + symfony-versions: '^7.0' name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }} steps: From 32e55f18597860473fb78f46d8378a2e56287612 Mon Sep 17 00:00:00 2001 From: Yozhef Date: Thu, 11 Jan 2024 17:12:51 +0200 Subject: [PATCH 3/5] Update ci.yaml --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index acdd4bc..ce75aa8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,10 +18,6 @@ jobs: - '6.3.*' - '6.4.*' - '7.0.*' - include: - php: '8.2' - coverage: 'xdebug' - symfony-versions: '^7.0' name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }} steps: From 4640a2eb15689359da6544bab838c10d137666c7 Mon Sep 17 00:00:00 2001 From: Yozhef Date: Thu, 11 Jan 2024 17:14:53 +0200 Subject: [PATCH 4/5] Update ci.yaml --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce75aa8..f63e041 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,11 @@ jobs: - '6.3.*' - '6.4.*' - '7.0.*' + include: + php: '8.2' + coverage: 'xdebug' + symfony-versions: '7.0.*' + name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }} steps: From 99907be3d7d8e6f12d60badd6cfe5180da8e5ae6 Mon Sep 17 00:00:00 2001 From: Yozhef Date: Thu, 11 Jan 2024 17:17:02 +0200 Subject: [PATCH 5/5] Update ci.yaml --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f63e041..65287e1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,9 +19,9 @@ jobs: - '6.4.*' - '7.0.*' include: - php: '8.2' - coverage: 'xdebug' - symfony-versions: '7.0.*' + - php: '8.2' + coverage: 'xdebug' + symfony-versions: '7.0.*' name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }}