diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index ebd2abc..b0f637a 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -69,11 +69,14 @@ jobs: symfony-version: - 6 - - 7 + - 7.0 + - 7.1 exclude: - php-version: 8.1 - symfony-version: 7 + symfony-version: 7.0 + - php-version: 8.1 + symfony-version: 7.1 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: