This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ matrix:
22
22
- LEGACY_DEPS="phpunit/phpunit zendframework/zend-hydrator"
23
23
- TEST_INTEGRATION=true
24
24
- TESTS_ZEND_DB_ADAPTER_DRIVER_MYSQL=true
25
+ - TESTS_ZEND_DB_ADAPTER_DRIVER_OCI8=true
25
26
- php : 5.6
26
27
env :
27
28
- DEPS=latest
@@ -36,6 +37,14 @@ matrix:
36
37
- LEGACY_DEPS="phpunit/phpunit zendframework/zend-hydrator"
37
38
- TEST_INTEGRATION=true
38
39
- TESTS_ZEND_DB_ADAPTER_DRIVER_MYSQL=true
40
+ - php : 7.0
41
+ services :
42
+ - oci8
43
+ env :
44
+ - DEPS=locked
45
+ - LEGACY_DEPS="phpunit/phpunit zendframework/zend-hydrator"
46
+ - TEST_INTEGRATION=true
47
+ - TESTS_ZEND_DB_ADAPTER_DRIVER_OCI8=true
39
48
- php : 7.0
40
49
env :
41
50
- DEPS=latest
@@ -52,6 +61,7 @@ matrix:
52
61
- TEST_COVERAGE=true
53
62
- TEST_INTEGRATION=true
54
63
- TESTS_ZEND_DB_ADAPTER_DRIVER_MYSQL=true
64
+ - TESTS_ZEND_DB_ADAPTER_DRIVER_OCI8=true
55
65
- php : 7.1
56
66
env :
57
67
- DEPS=latest
@@ -65,6 +75,7 @@ matrix:
65
75
- DEPS=locked
66
76
- TEST_INTEGRATION=true
67
77
- TESTS_ZEND_DB_ADAPTER_DRIVER_MYSQL=true
78
+ - TESTS_ZEND_DB_ADAPTER_DRIVER_OCI8=true
68
79
- php : 7.2
69
80
services :
70
81
- postgresql
@@ -74,6 +85,7 @@ matrix:
74
85
- DEPS=locked
75
86
- TEST_INTEGRATION=true
76
87
- TESTS_ZEND_DB_ADAPTER_DRIVER_PGSQL=true
88
+ - TESTS_ZEND_DB_ADAPTER_DRIVER_OCI8=true
77
89
- php : 7.2
78
90
env :
79
91
- DEPS=latest
You can’t perform that action at this time.
0 commit comments