Skip to content

Commit

Permalink
gh runner java version
Browse files Browse the repository at this point in the history
  • Loading branch information
chedim committed Sep 20, 2024
1 parent c056650 commit 988d772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin-verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 17.x.x
java-version: 21.x.x
- name: Build the plugin using Gradle
run: ./gradlew buildPlugin
- name: Verify Plugin on IntelliJ Platforms
Expand Down

0 comments on commit 988d772

Please sign in to comment.