Skip to content

Commit e79905f

Browse files
committed
update github job to 21
1 parent fc55a3b commit e79905f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
username: ${{github.actor}}
2020
password: ${{secrets.GITHUB_TOKEN}}
2121

22-
- name: Setup Java 17
22+
- name: Setup Java 21
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: "17"
25+
java-version: "21"
2626
distribution: "temurin"
2727

2828
- name: Build and Push Server Container

0 commit comments

Comments
 (0)