Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Updated java version for github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaosdave34 committed Apr 30, 2024
1 parent b7ce502 commit 30a7475
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 17 ]
java: [ 21 ]
fail-fast: true
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
packages: write
strategy:
matrix:
java: [ 17 ]
java: [ 21 ]
fail-fast: true
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 30a7475

Please sign in to comment.