Skip to content

Commit

Permalink
Use correct java versions for build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann committed Sep 30, 2024
1 parent 0bd00ee commit 76da2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest,macos-latest,windows-latest ]
java: [ '8', '11', '17', '21' ]
java: [ '17', '21' ]

steps:
- name: Checkout Code
Expand All @@ -31,4 +31,4 @@ jobs:
run: chmod +x ./mvnw

- name: Build
run: ./mvnw clean package
run: ./mvnw clean package

0 comments on commit 76da2ca

Please sign in to comment.