Skip to content

Commit

Permalink
Update build.yml and sonar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wog48 authored Oct 12, 2023
1 parent 7c52e19 commit 3590979
Showing 1 changed file with 1 addition and 1 deletion.
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: [ 8, 17, 19 ]
java-version: [ 17, 19, 21 ]
name: Build with Java ${{ matrix.java-version }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3590979

Please sign in to comment.