Skip to content

Commit d9b5a28

Browse files
committed
Attempt to run with java 21
1 parent 095b26c commit d9b5a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-multi-os.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v5
17-
- name: Set up JDK 16
17+
- name: Set up JDK 21
1818
uses: actions/setup-java@v5
1919
with:
2020
distribution: 'temurin'
21-
java-version: '16'
21+
java-version: '21'
2222
- name: Compile with Maven
2323
run: mvn clean compile
2424
- name: Validate Maven Project

0 commit comments

Comments
 (0)