File tree 3 files changed +5
-11
lines changed 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,18 @@ osx_image: xcode9
10
10
11
11
d :
12
12
- dmd
13
+ - dmd-2.076.1
13
14
- dmd-2.075.1
14
15
- dmd-2.074.1
15
16
- dmd-2.073.1
16
17
- dmd-2.073.0
17
18
- dmd-2.072.2
18
19
- dmd-2.071.2
19
- - dmd-2.070.2
20
- - dmd-2.069.2
21
- - dmd-2.068.2
22
20
- ldc
23
21
- ldc-1.4.0
24
22
- ldc-1.3.0
25
23
- ldc-1.2.0
26
24
- ldc-1.1.1
27
- - ldc-1.0.0
28
- - ldc-0.17.5
29
- - ldc-0.17.1
30
- - ldc-0.17.0
31
25
- gdc
32
26
- gdc-4.8.5
33
27
@@ -52,14 +46,14 @@ script: ./run-tests
52
46
# most builds are already defined, the matrix is used to test alternative db versions
53
47
matrix :
54
48
include :
55
- - d : dmd-2.070.2
49
+ - d : dmd
56
50
addons :
57
51
mariadb : ' 5.5'
58
52
apt :
59
53
packages : [ libevent-dev ]
60
54
env : DB=mariadb-5.5
61
55
62
- - d : dmd-2.070.2
56
+ - d : dmd
63
57
services :
64
58
- mysql
65
59
addons :
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ configuration "unittest-vibe" {
34
34
targetName "mysqln-tests-vibe"
35
35
excludedSourceFiles "source/app.d"
36
36
37
- dependency "vibe-d:core" version=">=0.7.32 <0.9.0-0" optional=false
37
+ dependency "vibe-d:core" version=">=0.8.1 <0.9.0-0" optional=false
38
38
39
39
mainSourceFile "source/mysql/package.d"
40
40
debugVersions "MYSQL_INTEGRATION_TESTS"
Original file line number Diff line number Diff line change 6
6
"libevent" : " 2.0.1+2.0.16" ,
7
7
"memutils" : " 0.4.7" ,
8
8
"openssl" : " 1.1.4+1.0.1g" ,
9
- "vibe-d" : " 0.7.32 "
9
+ "vibe-d" : " 0.8.1 "
10
10
}
11
11
}
You can’t perform that action at this time.
0 commit comments