Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Feb 27, 2024
1 parent 088048f commit 0c396d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
strategy:
matrix:
java: ['11','17', '21']

steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{matrix.java}}
uses: actions/setup-java@v4
with:
java-version: ${{matrix.java}}
distribution: oracle
- name: Maven -v
run: ./mvnw -v
- name: Cache Maven packages
Expand Down

0 comments on commit 0c396d4

Please sign in to comment.