Skip to content

Commit 5491164

Browse files
committed
demo project update
1 parent 12d070e commit 5491164

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: utlplsql-demo-project.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ variables:
99
SQLCL_DIR: $(Build.BinariesDirectory)/sqlcl
1010
UTPLSQL_DIR: $(Build.BinariesDirectory)/utPLSQL
1111
UTPLSQL_CLI_DIR: $(Build.BinariesDirectory)/utPLSQL-cli
12-
UTPLSQL_CLI_VERSION: 'v3.1.8'
13-
UTPLSQL_VERSION: 'v3.1.11'
12+
UTPLSQL_CLI_VERSION: '3.1.9'
13+
UTPLSQL_VERSION: 'v3.1.13'
1414
DOCKHER_HUB_REPO: 'gvenzl/oracle-xe'
1515
DB_USER: ut3_demo
1616
DB_PASS: ut3_demo
@@ -20,8 +20,8 @@ jobs:
2020
displayName: Build utPLSQL-demo-project
2121
strategy:
2222
matrix:
23-
Oracle19_2:
24-
ORACLE_VERSION: "19c-se2-small"
23+
Oracle21_slim:
24+
ORACLE_VERSION: "21-slim"
2525
maxParallel: 2
2626

2727
steps:

0 commit comments

Comments
 (0)