Skip to content

Commit

Permalink
Merge pull request #683 from gsmet/downstream-java-21
Browse files Browse the repository at this point in the history
Use Java 21 for downstream testing
  • Loading branch information
gsmet authored Oct 31, 2024
2 parents c12349a + e9b6f2d commit c64b32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'

- name: Get Date
id: get-date
Expand Down

0 comments on commit c64b32e

Please sign in to comment.