Skip to content

Commit

Permalink
Upgrade to Java 11 [HZ-3617]
Browse files Browse the repository at this point in the history
  • Loading branch information
orcunc committed Dec 6, 2023
1 parent fbf7e6b commit 51de7fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: 8
java-version: 11
distribution: 'adopt'
server-id: deploy-repository
server-username: MAVEN_USERNAME
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8' ]
java: [ '11' ]
architecture: [ 'x64' ]
distribution: [ 'adopt' ]
name: Build SNAPSHOT version with JDK ${{ matrix.java }}
Expand Down

0 comments on commit 51de7fe

Please sign in to comment.