Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Remove JDK 8 from build process.
  • Loading branch information
Jacek Gębal committed Apr 22, 2026
commit 9b2caa0299692e79743149f5867d1f499a0617eb
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
utplsql_version: ["v3.1.14","develop"]
utplsql_file: ["utPLSQL"]
jdk: ['8', '11', '17','21','25']
jdk: ['11', '17', '21', '25']
services:
oracle:
image: gvenzl/oracle-free:23-slim-faststart
Expand Down