Skip to content

Commit c170375

Browse files
Merge pull request #321 from alexislefebvre/chore-prepare-release-of-3.1.0
chore: prepare release of 3.1.0
2 parents fa44996 + f646ecc commit c170375

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
# add a specific job to test mysqldump from MariaDB
3131
mysql-client: "mariadb-client"
3232
- php-version: 8.2
33-
symfony-version: "^7.0"
33+
symfony-version: "^7.1"
3434
- php-version: 8.3
35-
symfony-version: "^7.0"
35+
symfony-version: "^7.1"
3636

3737
services:
3838
mariadb:

UPGRADE-3.0.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ This is the list of actions that you need to take when upgrading this bundle fro
66
### Upgrade the bundle
77

88
```shell
9-
composer require --dev liip/test-fixtures-bundle:^3.0.0
9+
composer require --dev liip/test-fixtures-bundle:^3.1.0
1010
```
1111

1212
### Remove `liip_test_fixtures.cache_db`
1313

14+
> [!TIP]
15+
> Only for `3.0`, this feature has been restored in `3.1`.
16+
1417
```diff
1518
# app/config/config_test.yml
1619
-liip_test_fixtures:
@@ -22,6 +25,9 @@ composer require --dev liip/test-fixtures-bundle:^3.0.0
2225

2326
### Remove subscriptions to these events
2427

28+
> [!TIP]
29+
> Only for `3.0`, these events have been restored in `3.1`.
30+
2531
- `LiipTestFixturesEvents::PRE_FIXTURE_BACKUP_RESTORE`
2632
- `LiipTestFixturesEvents::POST_FIXTURE_BACKUP_RESTORE`
2733
- `LiipTestFixturesEvents::PRE_REFERENCE_SAVE`

0 commit comments

Comments
 (0)