Skip to content

Commit

Permalink
ci: Use JDK 21 for Showcase Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Jul 10, 2024
1 parent 12ee456 commit 44c9e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ 11, 17 ]
java: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 44c9e50

Please sign in to comment.