Skip to content

Commit

Permalink
chore: fix workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed Aug 1, 2024
1 parent 79f150d commit fcf3749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '17'
java-version: '22'
- name: Run spotless check
run: mvn spotless:check
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java-version: [ 17, 21 ]
java-version: [ 22 ]
os: [ ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fcf3749

Please sign in to comment.