File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 30
30
# add a specific job to test mysqldump from MariaDB
31
31
mysql-client : " mariadb-client"
32
32
- php-version : 8.2
33
- symfony-version : " ^7.0 "
33
+ symfony-version : " ^7.1 "
34
34
- php-version : 8.3
35
- symfony-version : " ^7.0 "
35
+ symfony-version : " ^7.1 "
36
36
37
37
services :
38
38
mariadb :
Original file line number Diff line number Diff line change @@ -6,11 +6,14 @@ This is the list of actions that you need to take when upgrading this bundle fro
6
6
### Upgrade the bundle
7
7
8
8
``` shell
9
- composer require --dev liip/test-fixtures-bundle:^3.0 .0
9
+ composer require --dev liip/test-fixtures-bundle:^3.1 .0
10
10
```
11
11
12
12
### Remove ` liip_test_fixtures.cache_db `
13
13
14
+ > [ !TIP]
15
+ > Only for ` 3.0 ` , this feature has been restored in ` 3.1 ` .
16
+
14
17
``` diff
15
18
# app/config/config_test.yml
16
19
- liip_test_fixtures:
@@ -22,6 +25,9 @@ composer require --dev liip/test-fixtures-bundle:^3.0.0
22
25
23
26
### Remove subscriptions to these events
24
27
28
+ > [ !TIP]
29
+ > Only for ` 3.0 ` , these events have been restored in ` 3.1 ` .
30
+
25
31
- ` LiipTestFixturesEvents::PRE_FIXTURE_BACKUP_RESTORE `
26
32
- ` LiipTestFixturesEvents::POST_FIXTURE_BACKUP_RESTORE `
27
33
- ` LiipTestFixturesEvents::PRE_REFERENCE_SAVE `
You can’t perform that action at this time.
0 commit comments