Skip to content

Commit f34c7e0

Browse files
committed
java up
1 parent 689557e commit f34c7e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-java@v5
1717
with:
1818
distribution: 'temurin'
19-
java-version: 11
19+
java-version: 21
2020
- uses: actions/cache@v5
2121
with:
2222
path: ~/.m2/repository

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-java@v5
1717
with:
1818
distribution: 'zulu'
19-
java-version: 11
19+
java-version: 21
2020
- uses: actions/cache@v5
2121
with:
2222
path: ~/.m2/repository

0 commit comments

Comments
 (0)