Skip to content

Commit

Permalink
Build with Java 17 (in preparation of Sonar analysis) and Test w/ 8, …
Browse files Browse the repository at this point in the history
…11, 17, 21
  • Loading branch information
ascheman committed Mar 26, 2024
1 parent 4460dbd commit 646e7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
distribution: temurin
# Always build with JDK 8 initially
java-version: 8
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-java-os-mix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os-version: [ ubuntu-latest, macos-14, windows-latest ]
java-version: [ 11, 17, 21 ]
java-version: [ 8, 11, 17, 21 ]
runs-on: ${{ matrix.os-version }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 646e7b1

Please sign in to comment.