Skip to content

Commit 6649cb2

Browse files
author
Rafael Pestano
authored
Update to Java 11
1 parent f8c0e06 commit 6649cb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-java@v2.5.0
1717
with:
1818
distribution: 'adopt'
19-
java-version: '8'
19+
java-version: '11'
2020
- uses: actions/cache@v2.1.7
2121
with:
2222
path: ~/.m2/repository
@@ -61,4 +61,4 @@ jobs:
6161
if: "contains(github.ref, 'master') && contains(github.event.head_commit.message, 'prepare release')"
6262
run: |
6363
chmod +x "${GITHUB_WORKSPACE}/release.sh"
64-
"${GITHUB_WORKSPACE}/release.sh"
64+
"${GITHUB_WORKSPACE}/release.sh"

0 commit comments

Comments
 (0)