diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fa44dfc..b39a626 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