Skip to content

Commit 4fe0ea8

Browse files
committed
reorder
1 parent c8085af commit 4fe0ea8

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
@@ -8,11 +8,11 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v3
11-
- name: Set up JDK 21
11+
- name: Set up JDK 22
1212
uses: actions/setup-java@v3
1313
with:
1414
distribution: 'zulu'
15-
java-version: '21'
15+
java-version: '22'
1616
java-package: jdk
1717
cache: 'maven'
1818
- name: Build and test with Maven

0 commit comments

Comments
 (0)