Skip to content

Commit 29dd2ae

Browse files
authored
Merge pull request #88 from utPLSQL/feature/support_3_1_7_core
Add 3.1.7 to test matrix
2 parents e59424a + 55bcb8d commit 29dd2ae

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,19 @@ env:
2828
- UTPLSQL_VERSION="v3.1.2"
2929
- UTPLSQL_VERSION="v3.1.3"
3030
- UTPLSQL_VERSION="v3.1.6"
31+
- UTPLSQL_VERSION="v3.1.7"
3132
- UTPLSQL_VERSION="develop"
3233
UTPLSQL_FILE="utPLSQL"
3334

3435
matrix:
3536
include:
36-
- env: UTPLSQL_VERSION="v3.1.6"
37+
- env: UTPLSQL_VERSION="v3.1.7"
3738
jdk: openjdk9
38-
- env: UTPLSQL_VERSION="v3.1.6"
39+
- env: UTPLSQL_VERSION="v3.1.7"
3940
jdk: openjdk10
40-
- env: UTPLSQL_VERSION="v3.1.6"
41+
- env: UTPLSQL_VERSION="v3.1.7"
4142
jdk: openjdk11
42-
- env: UTPLSQL_VERSION="v3.1.6"
43+
- env: UTPLSQL_VERSION="v3.1.7"
4344
jdk: openjdk12
4445

4546
before_cache:

0 commit comments

Comments
 (0)