Skip to content

Commit e2d5697

Browse files
author
Jacek Gębal
committed
Adding JDK 11 and 17 to build and test process
1 parent 9ffe1dc commit e2d5697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
utplsql_version: ["v3.1.11","v3.1.12","v3.1.13","v3.1.14","develop"]
3333
utplsql_file: ["utPLSQL"]
34-
jdk: ['8']
34+
jdk: ['8', '11', '17']
3535
services:
3636
oracle:
3737
image: gvenzl/oracle-free:23-slim-faststart

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "*.*.*"
6+
- "v*.*.*"
77

88
workflow_dispatch:
99

0 commit comments

Comments
 (0)