Skip to content

Commit

Permalink
Removing JDK 22, not supported by gradle yet
Browse files Browse the repository at this point in the history
  • Loading branch information
austek committed May 19, 2024
1 parent b4bd38e commit 2a03feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
operating-system: [ ubuntu-latest, windows-latest, macos-12 ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 22
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 22
java-version: 21
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down

0 comments on commit 2a03feb

Please sign in to comment.