Skip to content

Commit

Permalink
Update maven-13.yml
Browse files Browse the repository at this point in the history
Use 17 instead
  • Loading branch information
jfarcand authored Jul 17, 2024
1 parent bbc3cf2 commit fe05086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-13.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: JDK13
name: JDK17

on: [push]

Expand All @@ -9,9 +9,9 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up JDK 13
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 13
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit fe05086

Please sign in to comment.