Skip to content

Commit

Permalink
ci: bump java version
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Jul 11, 2024
1 parent 9e3aa15 commit 9aa8f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'

- name: Install Node
uses: actions/setup-node@v2
Expand Down

0 comments on commit 9aa8f8e

Please sign in to comment.