We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86afcae commit 981221aCopy full SHA for 981221a
.travis.yml
@@ -31,6 +31,20 @@ env:
31
- UTPLSQL_VERSION="v3.1.2"
32
- UTPLSQL_VERSION="develop"
33
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
42
+ ORACLE_VERSION="${DOCKER_TAG_18:-18c-se2}"
43
44
45
46
+
47
48
49
cache:
50
directories:
0 commit comments