Skip to content

Commit

Permalink
bump java versions in gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed May 1, 2024
1 parent 1891263 commit 48e6cda
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_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 17
java-version: 21
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit 48e6cda

Please sign in to comment.