Skip to content

Commit 83a6353

Browse files
committed
Update maven-build.yml
1 parent 64c9fec commit 83a6353

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# separate terms of service, privacy policy, and support
77
# documentation.
88

9-
name: Java CI with Maven
9+
name: Maven Build
1010

1111
on:
1212
push:
@@ -21,8 +21,9 @@ jobs:
2121
matrix:
2222
java: [ '8', '11' , '17' , '21' ]
2323
steps:
24-
- uses: actions/checkout@v4
25-
- name: Java ${{ matrix.Java }}
24+
- name: Checkout Source
25+
uses: actions/checkout@v4
26+
- name: Setup JDK ${{ matrix.Java }}
2627
uses: actions/setup-java@v4
2728
with:
2829
distribution: 'temurin'

0 commit comments

Comments
 (0)