Skip to content

Commit

Permalink
Merge branch 'main' into feature/release-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wog48 authored Oct 12, 2023
2 parents 875aa8b + 5f5d0a8 commit 3018960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 17, 19, 21 ]
java-version: [ 17, 19 ]
name: Build with Java ${{ matrix.java-version }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
Expand Down

0 comments on commit 3018960

Please sign in to comment.