We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43f0f2 commit 75a68dbCopy full SHA for 75a68db
1 file changed
.github/workflows/classroom-autograding.yml
@@ -12,11 +12,11 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v4
14
15
- - name: Set up JDK 19 and cache Maven
+ - name: Set up JDK 21 and cache Maven
16
uses: actions/setup-java@v4
17
with:
18
distribution: temurin
19
- java-version: '19'
+ java-version: '21'
20
cache: maven
21
22
- name: Run tests with Maven Wrapper
0 commit comments