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: 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`