Skip to content

Commit 32e42bf

Browse files
committed
SEBSERV-730 Java update to Java 21
1 parent 410420b commit 32e42bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
name: Checkout repository
2121
uses: actions/[email protected]
2222
-
23-
name: Set up JDK 17
23+
name: Set up JDK 21
2424
uses: actions/[email protected]
2525
with:
26-
java-version: '17'
26+
java-version: '21'
2727
distribution: 'adopt'
2828
-
2929
name: Cache Maven packages
@@ -63,10 +63,10 @@ jobs:
6363
name: Checkout repository
6464
uses: actions/[email protected]
6565
-
66-
name: Set up JDK 17
66+
name: Set up JDK 21
6767
uses: actions/[email protected]
6868
with:
69-
java-version: '17'
69+
java-version: '21'
7070
distribution: 'adopt'
7171
-
7272
name: Cache Maven packages

0 commit comments

Comments
 (0)