Skip to content

Commit 981221a

Browse files
committed
Try to add 12.2 and 18c to matrix
1 parent 86afcae commit 981221a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ env:
3131
- UTPLSQL_VERSION="v3.1.2"
3232
- UTPLSQL_VERSION="develop"
3333
UTPLSQL_FILE="utPLSQL"
34+
# test with 12.2, latest release
35+
- UTPLSQL_VERSION="v3.1.2"
36+
ORACLE_VERSION="${DOCKER_TAG_12C2:-12c-r2-se2}"
37+
CONNECTION_STR='127.0.0.1:1521/ORCLPDB1'
38+
DB_URL='127.0.0.1:1521/ORCLPDB1'
39+
DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
40+
# test with 18c, latest release
41+
- UTPLSQL_VERSION="v3.1.2"
42+
ORACLE_VERSION="${DOCKER_TAG_18:-18c-se2}"
43+
CONNECTION_STR='127.0.0.1:1521/ORCLPDB1'
44+
DB_URL='127.0.0.1:1521/ORCLPDB1'
45+
DOCKER_OPTIONS="-v /dev/pdbs:/opt/oracle/oradata/pdbs"
46+
47+
3448

3549
cache:
3650
directories:

0 commit comments

Comments
 (0)