Skip to content

Commit 9e7c97f

Browse files
committed
update
1 parent 9e1514d commit 9e7c97f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up JDK 17
2626
uses: actions/setup-java@v4
2727
with:
28-
java-version: '17'
28+
java-version: '21'
2929
distribution: 'corretto'
3030
server-id: azisaba
3131
- name: Build with Maven

.github/workflows/released.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-java@v4
3030
with:
3131
distribution: 'corretto'
32-
java-version: '17'
32+
java-version: '21'
3333

3434
- name: Build with Maven
3535
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)