From 996153a329195d9d4de1a042e4fd9e5a8afc6263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20Eugon=C3=A9?= Date: Tue, 11 Jun 2024 09:40:20 +0200 Subject: [PATCH] Run tests on Symfony 6.4 & latest 7.x (#346) * Run tests on Symfony 6.4 & latest 7.x * Use 7.1.* instead of ^7.0 --- .github/workflows/tests.yml | 20 +++++++++++-------- .../config/{7.0 => 7.1}/framework.yaml | 0 .../config/{7.0 => 7.1}/messenger.yaml | 0 .../config/{7.0 => 7.1}/presta_sitemap.yaml | 0 .../{7.0 => 7.1}/routes/controllers.yaml | 0 .../{7.0 => 7.1}/routes/presta_sitemap.yaml | 0 .../{7.0 => 7.1}/routes/translated.yaml | 0 .../config/{7.0 => 7.1}/routes/xml.xml | 0 .../config/{7.0 => 7.1}/routes/yaml.yaml | 0 9 files changed, 12 insertions(+), 8 deletions(-) rename tests/Integration/config/{7.0 => 7.1}/framework.yaml (100%) rename tests/Integration/config/{7.0 => 7.1}/messenger.yaml (100%) rename tests/Integration/config/{7.0 => 7.1}/presta_sitemap.yaml (100%) rename tests/Integration/config/{7.0 => 7.1}/routes/controllers.yaml (100%) rename tests/Integration/config/{7.0 => 7.1}/routes/presta_sitemap.yaml (100%) rename tests/Integration/config/{7.0 => 7.1}/routes/translated.yaml (100%) rename tests/Integration/config/{7.0 => 7.1}/routes/xml.xml (100%) rename tests/Integration/config/{7.0 => 7.1}/routes/yaml.yaml (100%) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa44dfc3..b39a6266 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,9 +23,13 @@ jobs: - php-version: 8.1 symfony-version: 5.4.* - php-version: 8.1 - symfony-version: 6.3.* + symfony-version: 6.4.* + - php-version: 8.3 + symfony-version: 6.4.* - php-version: 8.2 - symfony-version: 7.0.* + symfony-version: 7.1.* + - php-version: 8.3 + symfony-version: 7.1.* steps: - name: "Checkout" @@ -57,8 +61,8 @@ jobs: strategy: matrix: include: - - php-version: 8.1 - symfony-version: 6.3.* + - php-version: 8.3 + symfony-version: 7.1.* steps: - name: "Checkout" @@ -96,8 +100,8 @@ jobs: strategy: matrix: include: - - php-version: 8.1 - symfony-version: 6.3.* + - php-version: 8.3 + symfony-version: 7.1.* steps: - name: "Checkout" @@ -129,8 +133,8 @@ jobs: strategy: matrix: include: - - php-version: 8.1 - symfony-version: 6.3.* + - php-version: 8.3 + symfony-version: 7.1.* steps: - name: "Checkout" diff --git a/tests/Integration/config/7.0/framework.yaml b/tests/Integration/config/7.1/framework.yaml similarity index 100% rename from tests/Integration/config/7.0/framework.yaml rename to tests/Integration/config/7.1/framework.yaml diff --git a/tests/Integration/config/7.0/messenger.yaml b/tests/Integration/config/7.1/messenger.yaml similarity index 100% rename from tests/Integration/config/7.0/messenger.yaml rename to tests/Integration/config/7.1/messenger.yaml diff --git a/tests/Integration/config/7.0/presta_sitemap.yaml b/tests/Integration/config/7.1/presta_sitemap.yaml similarity index 100% rename from tests/Integration/config/7.0/presta_sitemap.yaml rename to tests/Integration/config/7.1/presta_sitemap.yaml diff --git a/tests/Integration/config/7.0/routes/controllers.yaml b/tests/Integration/config/7.1/routes/controllers.yaml similarity index 100% rename from tests/Integration/config/7.0/routes/controllers.yaml rename to tests/Integration/config/7.1/routes/controllers.yaml diff --git a/tests/Integration/config/7.0/routes/presta_sitemap.yaml b/tests/Integration/config/7.1/routes/presta_sitemap.yaml similarity index 100% rename from tests/Integration/config/7.0/routes/presta_sitemap.yaml rename to tests/Integration/config/7.1/routes/presta_sitemap.yaml diff --git a/tests/Integration/config/7.0/routes/translated.yaml b/tests/Integration/config/7.1/routes/translated.yaml similarity index 100% rename from tests/Integration/config/7.0/routes/translated.yaml rename to tests/Integration/config/7.1/routes/translated.yaml diff --git a/tests/Integration/config/7.0/routes/xml.xml b/tests/Integration/config/7.1/routes/xml.xml similarity index 100% rename from tests/Integration/config/7.0/routes/xml.xml rename to tests/Integration/config/7.1/routes/xml.xml diff --git a/tests/Integration/config/7.0/routes/yaml.yaml b/tests/Integration/config/7.1/routes/yaml.yaml similarity index 100% rename from tests/Integration/config/7.0/routes/yaml.yaml rename to tests/Integration/config/7.1/routes/yaml.yaml