Skip to content

Commit

Permalink
Merge pull request #868 from aureamunoz/deprecate-java-11
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Jun 11, 2024
2 parents 175c20b + 342fc93 commit 0d1e66a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
strategy:
matrix:
java: [
{ 'version': '11', 'opts': '-Drevapi.skip' },
{ 'version': '17', 'opts': 'javadoc:javadoc' },
{ 'version': '20', 'opts': 'javadoc:javadoc' },
{ 'version': '21', 'opts': '-Drevapi.skip' }
Expand All @@ -54,7 +53,6 @@ jobs:
strategy:
matrix:
java: [
{ 'version': '11', 'opts': '' },
{ 'version': '17', 'opts': '' },
{ 'version': '20', 'opts': '' },
{ 'version': '21', 'opts': '' }
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: temurin

- name: maven release ${{steps.metadata.outputs.current-version}}
Expand Down

0 comments on commit 0d1e66a

Please sign in to comment.