Skip to content

Commit e9b6f2d

Browse files
committed
Use Java 21 for downstream testing
1 parent c12349a commit e9b6f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949

50-
- name: Set up JDK 17
50+
- name: Set up JDK 21
5151
uses: actions/setup-java@v4
5252
with:
5353
distribution: 'temurin'
54-
java-version: '17'
54+
java-version: '21'
5555

5656
- name: Get Date
5757
id: get-date

0 commit comments

Comments
 (0)