Skip to content

Commit febe937

Browse files
authored
Update mvntest.yml
1 parent bba771c commit febe937

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mvntest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Set up JDK 11
11+
- name: Set up JDK 17
1212
uses: actions/setup-java@v4
1313
with:
14-
java-version: '11'
14+
java-version: '17'
1515
distribution: 'temurin'
1616
- name: Build with Maven
1717
run: mvn --batch-mode --update-snapshots verify

0 commit comments

Comments
 (0)