Skip to content

Commit

Permalink
Only test builds on Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
PaintNinja committed May 9, 2024
1 parent 2f10d83 commit 4c8088e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [8-jdk, 11-jdk, 16-jdk, 17-jdk]
runs-on: ubuntu-20.04
java: [21-jdk]
runs-on: ubuntu-latest
container:
image: openjdk:${{ matrix.java }}
options: --user root
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v3
- run: ./gradlew build publishToMavenLocal --stacktrace
- run: ./gradlew build publishToMavenLocal --stacktrace

0 comments on commit 4c8088e

Please sign in to comment.