Skip to content

Commit

Permalink
Update GH CI to use Java 17 for the Maven Archetype integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Jul 13, 2023
1 parent cc2463b commit 8b5873e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '17' ]
java: [ '17' ]
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit 8b5873e

Please sign in to comment.