File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,19 @@ jobs:
28
28
php-versions : ['8.2', '8.3']
29
29
db-platforms : ['MySQLi']
30
30
31
- mysql :
32
- image : mysql:8.0
33
- env :
34
- MYSQL_ALLOW_EMPTY_PASSWORD : yes
35
- MYSQL_DATABASE : test
36
- ports :
37
- - 3306:3306
38
- options : >-
39
- --health-cmd="mysqladmin ping"
40
- --health-interval=10s
41
- --health-timeout=5s
42
- --health-retries=3
31
+ services :
32
+ mysql :
33
+ image : mysql:8.0
34
+ env :
35
+ MYSQL_ALLOW_EMPTY_PASSWORD : yes
36
+ MYSQL_DATABASE : test
37
+ ports :
38
+ - 3306:3306
39
+ options : >-
40
+ --health-cmd="mysqladmin ping"
41
+ --health-interval=10s
42
+ --health-timeout=5s
43
+ --health-retries=3
43
44
44
45
steps :
45
46
- name : Free Disk Space (Ubuntu)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class Registrar
32
32
'swapPre ' => '' ,
33
33
'encrypt ' => false ,
34
34
'compress ' => false ,
35
- 'strictOn ' => false ,
35
+ 'strictOn ' => true ,
36
36
'failover ' => [],
37
37
'port ' => 3306 ,
38
38
],
You can’t perform that action at this time.
0 commit comments