diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 05aea7f..add5615 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: - php-version: 8.1 symfony-version: 5.4.* - php-version: 8.1 - symfony-version: 6.2.* + symfony-version: 6.3.* steps: - name: "Checkout" @@ -60,7 +60,7 @@ jobs: matrix: include: - php-version: 8.1 - symfony-version: 6.2.* + symfony-version: 6.3.* steps: - name: "Checkout" @@ -99,7 +99,7 @@ jobs: matrix: include: - php-version: 8.1 - symfony-version: 6.2.* + symfony-version: 6.3.* steps: - name: "Checkout" @@ -132,7 +132,7 @@ jobs: matrix: include: - php-version: 8.1 - symfony-version: 6.2.* + symfony-version: 6.3.* steps: - name: "Checkout" diff --git a/tests/Integration/config/6.2/framework.yaml b/tests/Integration/config/6.3/framework.yaml similarity index 100% rename from tests/Integration/config/6.2/framework.yaml rename to tests/Integration/config/6.3/framework.yaml diff --git a/tests/Integration/config/6.2/messenger.yaml b/tests/Integration/config/6.3/messenger.yaml similarity index 100% rename from tests/Integration/config/6.2/messenger.yaml rename to tests/Integration/config/6.3/messenger.yaml diff --git a/tests/Integration/config/6.2/presta_sitemap.yaml b/tests/Integration/config/6.3/presta_sitemap.yaml similarity index 100% rename from tests/Integration/config/6.2/presta_sitemap.yaml rename to tests/Integration/config/6.3/presta_sitemap.yaml diff --git a/tests/Integration/config/6.2/routes/annotations.yaml b/tests/Integration/config/6.3/routes/annotations.yaml similarity index 100% rename from tests/Integration/config/6.2/routes/annotations.yaml rename to tests/Integration/config/6.3/routes/annotations.yaml diff --git a/tests/Integration/config/6.2/routes/presta_sitemap.yaml b/tests/Integration/config/6.3/routes/presta_sitemap.yaml similarity index 100% rename from tests/Integration/config/6.2/routes/presta_sitemap.yaml rename to tests/Integration/config/6.3/routes/presta_sitemap.yaml diff --git a/tests/Integration/config/6.2/routes/translated.yaml b/tests/Integration/config/6.3/routes/translated.yaml similarity index 100% rename from tests/Integration/config/6.2/routes/translated.yaml rename to tests/Integration/config/6.3/routes/translated.yaml diff --git a/tests/Integration/config/6.2/routes/xml.xml b/tests/Integration/config/6.3/routes/xml.xml similarity index 100% rename from tests/Integration/config/6.2/routes/xml.xml rename to tests/Integration/config/6.3/routes/xml.xml diff --git a/tests/Integration/config/6.2/routes/yaml.yaml b/tests/Integration/config/6.3/routes/yaml.yaml similarity index 100% rename from tests/Integration/config/6.2/routes/yaml.yaml rename to tests/Integration/config/6.3/routes/yaml.yaml