Skip to content

Commit

Permalink
Switch GitHub Actions to use Java 17 and 21
Browse files Browse the repository at this point in the history
  • Loading branch information
danilovesky committed Apr 18, 2024
1 parent fdee126 commit a989980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
java-distribution: [temurin, zulu]
java-version: [11, 17]
java-version: [17, 21]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
os: [macos-11, macos-12]
java-distribution: [temurin]
java-version: [11, 17]
java-version: [17, 21]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
matrix:
os: [windows-2019, windows-2022]
java-distribution: [temurin]
java-version: [11, 17]
java-version: [17, 21]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17

- name: Run Checkstyle
run: ./gradlew checkstyle
Expand Down

0 comments on commit a989980

Please sign in to comment.