Skip to content

Commit

Permalink
forgot to upgrade java version in the CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3h committed Feb 7, 2022
1 parent f7d3874 commit 84b7fac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: ayltai/setup-graalvm@v1
with:
java-version: 11
java-version: 17
graalvm-version: 21.3.0
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK 11
- name: Set up JDK 17
uses: ayltai/setup-graalvm@v1
with:
java-version: 11
java-version: 17
graalvm-version: 21.3.0
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_mr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK 11
- name: Set up JDK 17
uses: ayltai/setup-graalvm@v1
with:
java-version: 11
java-version: 17
graalvm-version: 21.3.0
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 84b7fac

Please sign in to comment.