Skip to content

Commit

Permalink
Bump java to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla authored and github-actions[bot] committed Aug 1, 2024
1 parent a4aa346 commit 82881ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

env:
GRADLE_VERSION: 8.5
JAVA_VERSION: 21

jobs:
build-natives:
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-version: ${{ env.JAVA_VERSION }}
- name: Install bison
if: ${{ matrix.os == 'windows-latest' }}
shell: pwsh
Expand Down Expand Up @@ -174,7 +175,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-version: ${{ env.JAVA_VERSION }}
- name: Fetch the Ghidra dependencies.
uses: eskatos/gradle-command-action@v3
with:
Expand Down

0 comments on commit 82881ec

Please sign in to comment.