We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d070e commit 5491164Copy full SHA for 5491164
utlplsql-demo-project.yml
@@ -9,8 +9,8 @@ variables:
9
SQLCL_DIR: $(Build.BinariesDirectory)/sqlcl
10
UTPLSQL_DIR: $(Build.BinariesDirectory)/utPLSQL
11
UTPLSQL_CLI_DIR: $(Build.BinariesDirectory)/utPLSQL-cli
12
- UTPLSQL_CLI_VERSION: 'v3.1.8'
13
- UTPLSQL_VERSION: 'v3.1.11'
+ UTPLSQL_CLI_VERSION: '3.1.9'
+ UTPLSQL_VERSION: 'v3.1.13'
14
DOCKHER_HUB_REPO: 'gvenzl/oracle-xe'
15
DB_USER: ut3_demo
16
DB_PASS: ut3_demo
@@ -20,8 +20,8 @@ jobs:
20
displayName: Build utPLSQL-demo-project
21
strategy:
22
matrix:
23
- Oracle19_2:
24
- ORACLE_VERSION: "19c-se2-small"
+ Oracle21_slim:
+ ORACLE_VERSION: "21-slim"
25
maxParallel: 2
26
27
steps:
0 commit comments