Skip to content

Commit

Permalink
Move GH actions to java 17
Browse files Browse the repository at this point in the history
Java 11 left standard support 3 months ago, it's time to move forward
and align with the rest of the ecosystem
  • Loading branch information
electronicboy committed Dec 9, 2023
1 parent bbbf549 commit 9e47a71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ name: Java CI with Gradle
on: [push, pull_request]

jobs:
build-11:
build-17:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 9e47a71

Please sign in to comment.