From 0d7ee6332021858e34a262fb1ba982ca2d952a01 Mon Sep 17 00:00:00 2001 From: Farhad Safarov Date: Wed, 5 Jun 2024 21:46:21 +0300 Subject: [PATCH] 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: