Skip to content

Commit

Permalink
Run actions with Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Dec 31, 2023
1 parent 5d7073a commit b602c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
java-version: |
8
11
21
17
21
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
java-version: |
8
11
21
17
21
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit b602c7f

Please sign in to comment.