Skip to content

Commit

Permalink
Test with Java 20 instead of 19
Browse files Browse the repository at this point in the history
  • Loading branch information
ralscha committed Aug 30, 2023
1 parent fc051cc commit 15b9244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Java 19
- name: Set up Java 20
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Java 19
java-version: '20'
- name: Build with Java 20
run: ./mvnw -B clean test --file pom.xml
- name: Set up Java 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 15b9244

Please sign in to comment.