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

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update java distribution name and version to 11.
  • Loading branch information
Jacek Gębal committed Apr 23, 2026
commit 35dc083bd9053e492b17510f51c5830ecad2ecb6
2 changes: 1 addition & 1 deletion .github/workflows/api-snapshot-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-java@v5
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '17'

- name: Install utplsql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v5
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: ${{matrix.jdk}}

- name: Install utplsql
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v5
with:
distribution: 'adopt'
java-version: 8
distribution: 'temurin'
java-version: 11

- name: Build Release
run: mvn package appassembler:assemble assembly:single checksum:files -DskipTests
Expand Down