From f5a520950e5d590bd45bfc6fafb62444502cf2e9 Mon Sep 17 00:00:00 2001 From: Yozhef Date: Thu, 11 Jan 2024 19:13:00 +0200 Subject: [PATCH 1/5] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 09eccf2..6c3f425 100644 --- a/composer.json +++ b/composer.json @@ -30,9 +30,9 @@ "php": "^7.4 || ^8.0", "behat/behat": "^3.0", "predis/predis": "^1.0", - "symfony/yaml": "^4.3 || ^5.0 || ^6.0", - "symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0", - "symfony/http-kernel": "^4.3 || ^5.0 || ^6.0" + "symfony/yaml": "^4.3 || ^5.0 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0 || ^7.0", + "symfony/http-kernel": "^4.3 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "phpstan/phpstan": "^1.2", From 18d956534438c1c354f0f428fe6206d606d635a0 Mon Sep 17 00:00:00 2001 From: Yozhef Date: Thu, 11 Jan 2024 19:14:39 +0200 Subject: [PATCH 2/5] Update ci.yaml --- .github/workflows/ci.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8469dad..3a9c137 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,9 +17,8 @@ jobs: coverage: ['none'] symfony-versions: - '5.4.*' - - '6.0.*' - - '6.1.*' - - '6.2.*' + - '6.4.*' + - '7.0.*' include: - php: '7.4' symfony-versions: '^5.4' @@ -27,13 +26,10 @@ jobs: - php: '8.0' symfony-versions: '^5.4' coverage: 'none' - - php: '8.0' - symfony-versions: '^6.0' - coverage: 'none' - description: 'Log Code Coverage' php: '8.2' coverage: 'xdebug' - symfony-versions: '^6.2' + symfony-versions: '^7.0' name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }} steps: From 266aeccfe864cb138533d1af13babecea8d66919 Mon Sep 17 00:00:00 2001 From: Yozhef Date: Thu, 11 Jan 2024 19:15:45 +0200 Subject: [PATCH 3/5] Update ci.yaml --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a9c137..3afd62b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,6 @@ jobs: symfony-versions: - '5.4.*' - '6.4.*' - - '7.0.*' include: - php: '7.4' symfony-versions: '^5.4' From 88e2283b6991dd8d9f9336d14459228c38356d36 Mon Sep 17 00:00:00 2001 From: Yozhef Date: Thu, 11 Jan 2024 19:19:52 +0200 Subject: [PATCH 4/5] Update ci.yaml --- .github/workflows/ci.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3afd62b..2e85cc7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,12 +12,11 @@ jobs: fail-fast: false matrix: php: - - '8.1' - '8.2' coverage: ['none'] symfony-versions: - - '5.4.*' - '6.4.*' + - '7.0.*' include: - php: '7.4' symfony-versions: '^5.4' @@ -25,6 +24,12 @@ jobs: - php: '8.0' symfony-versions: '^5.4' coverage: 'none' + - php: '7.4' + symfony-versions: '^6.4' + coverage: 'none' + - php: '8.0' + symfony-versions: '^6.4' + coverage: 'none' - description: 'Log Code Coverage' php: '8.2' coverage: 'xdebug' From a573d0e078be94cb4a6aec248324a28ea2e4d82b Mon Sep 17 00:00:00 2001 From: Yozhef Date: Thu, 11 Jan 2024 19:20:15 +0200 Subject: [PATCH 5/5] Update ci.yaml --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2e85cc7..9c28646 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,12 +24,6 @@ jobs: - php: '8.0' symfony-versions: '^5.4' coverage: 'none' - - php: '7.4' - symfony-versions: '^6.4' - coverage: 'none' - - php: '8.0' - symfony-versions: '^6.4' - coverage: 'none' - description: 'Log Code Coverage' php: '8.2' coverage: 'xdebug'