Skip to content

Commit

Permalink
github actions: stop testing on temurin 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed May 7, 2024
1 parent fa24c1e commit ebb4deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -9,7 +9,8 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# Only test on supported JDKs: https://adoptopenjdk.net/support.html
java: [8, 11, 17, 21]
# Java 8 Temurin is no longer available on Mac M1: https://github.com/actions/setup-java/issues/625
java: [11, 17, 21]

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

Expand Down

0 comments on commit ebb4deb

Please sign in to comment.