Skip to content

Commit 75a68db

Browse files
committed
ci: update Java to v21
1 parent d43f0f2 commit 75a68db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/classroom-autograding.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v4
1414

15-
- name: Set up JDK 19 and cache Maven
15+
- name: Set up JDK 21 and cache Maven
1616
uses: actions/setup-java@v4
1717
with:
1818
distribution: temurin
19-
java-version: '19'
19+
java-version: '21'
2020
cache: maven
2121

2222
- name: Run tests with Maven Wrapper

0 commit comments

Comments
 (0)