From c6c3485f7af68cbce75b26e2502f48da4044eda8 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Mon, 5 Aug 2024 22:14:48 +0200 Subject: [PATCH 1/2] chore: prepare release of 3.1.0 --- UPGRADE-3.0.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index 0b13127..518769c 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -6,11 +6,14 @@ This is the list of actions that you need to take when upgrading this bundle fro ### Upgrade the bundle ```shell -composer require --dev liip/test-fixtures-bundle:^3.0.0 +composer require --dev liip/test-fixtures-bundle:^3.1.0 ``` ### Remove `liip_test_fixtures.cache_db` +> [!TIP] +> Only for `3.0`, this feature has been restored in `3.1`. + ```diff # app/config/config_test.yml -liip_test_fixtures: @@ -22,6 +25,9 @@ composer require --dev liip/test-fixtures-bundle:^3.0.0 ### Remove subscriptions to these events +> [!TIP] +> Only for `3.0`, these events have been restored in `3.1`. + - `LiipTestFixturesEvents::PRE_FIXTURE_BACKUP_RESTORE` - `LiipTestFixturesEvents::POST_FIXTURE_BACKUP_RESTORE` - `LiipTestFixturesEvents::PRE_REFERENCE_SAVE` From f646ecce49e9620d1eb276c7a3c65df428764b8c Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Mon, 5 Aug 2024 22:21:34 +0200 Subject: [PATCH 2/2] chore: require Symfony 7.1 on CI --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index baf2811..f42d610 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,9 +30,9 @@ jobs: # add a specific job to test mysqldump from MariaDB mysql-client: "mariadb-client" - php-version: 8.2 - symfony-version: "^7.0" + symfony-version: "^7.1" - php-version: 8.3 - symfony-version: "^7.0" + symfony-version: "^7.1" services: mariadb: