Skip to content

Commit

Permalink
minor changes 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Oct 6, 2023
1 parent e1f9568 commit 921f4aa
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 @@ -16,12 +16,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 18
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '18'
distribution: 'temurin'
cache: maven

- name: Test with Maven
run: mvn test --file pom.xml

Expand Down

0 comments on commit 921f4aa

Please sign in to comment.