Skip to content

Commit

Permalink
Moving back in Java 11 and 16
Browse files Browse the repository at this point in the history
  • Loading branch information
robertericreeves committed May 17, 2021
1 parent 08d7c82 commit 741d853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-labeled-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: contains( github.event.pull_request.labels.*.name, 'Extension Release Candidate :rocket:' )
strategy:
matrix:
java: [8]
java: [8, 11, 16]
steps:
- uses: actions/checkout@v2
- name: Cache Local Maven Repository
Expand Down

0 comments on commit 741d853

Please sign in to comment.