Skip to content

Commit

Permalink
Change CI step names
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Sep 15, 2022
1 parent 70f615a commit 7e91b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK ${{matrix.java}}
uses: actions/setup-java@v2
with:
java-version: ${{matrix.java}}
Expand Down

0 comments on commit 7e91b98

Please sign in to comment.