Skip to content

Commit 6fdb71d

Browse files
committed
Set MySQL version for Scrutinizer
1 parent f065636 commit 6fdb71d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.scrutinizer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ checks:
1919
fix_doc_comments: true
2020

2121
build:
22+
environment:
23+
mysql: 5.7
24+
2225
project_setup:
2326
before:
2427
- mysql -e "CREATE DATABASE testing"
28+
2529
tests:
2630
override:
2731
-

0 commit comments

Comments
 (0)