From 0d7ee6332021858e34a262fb1ba982ca2d952a01 Mon Sep 17 00:00:00 2001 From: Farhad Safarov Date: Wed, 5 Jun 2024 21:46:21 +0300 Subject: [PATCH 1/2] Test Symfony 7 versions --- .github/workflows/integrate.yaml | 10 ++++++++-- .../acceptance/PropertyAccessorInterface.feature | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index ebd2abc..980cdcc 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -69,11 +69,17 @@ jobs: symfony-version: - 6 - - 7 + - 7.0 + - 7.1 + - 7.2 exclude: - php-version: 8.1 - symfony-version: 7 + symfony-version: 7.0 + - php-version: 8.1 + symfony-version: 7.1 + - php-version: 8.1 + symfony-version: 7.2 steps: - name: "Checkout" diff --git a/tests/acceptance/acceptance/PropertyAccessorInterface.feature b/tests/acceptance/acceptance/PropertyAccessorInterface.feature index 8503fe6..f0efe4b 100644 --- a/tests/acceptance/acceptance/PropertyAccessorInterface.feature +++ b/tests/acceptance/acceptance/PropertyAccessorInterface.feature @@ -1,4 +1,4 @@ -@symfony-common +@symfony-7 Feature: PropertyAccessorInterface Background: From 5b9f3f3dc68c9f27e7e006f2149585dbc04769fa Mon Sep 17 00:00:00 2001 From: Farhad Safarov Date: Wed, 5 Jun 2024 21:51:12 +0300 Subject: [PATCH 2/2] exclude Symfony 7.2 for now --- .github/workflows/integrate.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 980cdcc..b0f637a 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -71,15 +71,12 @@ jobs: - 6 - 7.0 - 7.1 - - 7.2 exclude: - php-version: 8.1 symfony-version: 7.0 - php-version: 8.1 symfony-version: 7.1 - - php-version: 8.1 - symfony-version: 7.2 steps: - name: "Checkout"