Skip to content

Commit b32ac61

Browse files
author
Jacek Gębal
committed
Update of deployment scripts
1 parent e296ef8 commit b32ac61

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,15 @@ jobs:
2323
UTPLSQL_VERSION: ${{matrix.utplsql_version}}
2424
UTPLSQL_FILE: ${{matrix.utplsql_file}}
2525
DB_URL: "localhost:1521/FREEPDB1"
26-
DB_USER: app
27-
DB_PASS: app
26+
DB_USER: APP
27+
DB_PASS: APP
2828

2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
utplsql_version: ["v3.0.1","v3.0.2","v3.0.3","v3.0.4","v3.1.1","v3.1.2","v3.1.3","v3.1.6","v3.1.7","v3.1.8","v3.1.9","v3.1.10","v3.1.11","develop"]
32+
utplsql_version: ["v3.1.11","v3.1.12","v3.1.13","v3.1.14","develop"]
3333
utplsql_file: ["utPLSQL"]
3434
jdk: ['8']
35-
include:
36-
- utplsql_version: "v3.0.0"
37-
jdk: '8'
38-
utplsql_file: "utPLSQLv3.0.0"
3935
services:
4036
oracle:
4137
image: gvenzl/oracle-free:23-slim-faststart

0 commit comments

Comments
 (0)