Skip to content

Commit 3e4e3e6

Browse files
authored
Update build.yml
1 parent 82c2a8b commit 3e4e3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: 📦 Checkout Code
1414
uses: actions/checkout@v3
1515

16-
- name: ☕ Set up Java 17
16+
- name: ☕ Set up Java 21
1717
uses: actions/setup-java@v3
1818
with:
1919
distribution: temurin
20-
java-version: 17
20+
java-version: 21
2121

2222
- name: 🏷 Get current base version from pom.xml
2323
id: version

0 commit comments

Comments
 (0)