Skip to content

Commit 8c2ca19

Browse files
Use shorter names
1 parent 7992347 commit 8c2ca19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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: CI
1010

1111
on:
1212
push:
@@ -25,7 +25,7 @@ jobs:
2525
JDK_VERSION: ${{ matrix.jdk }}
2626
steps:
2727
- uses: actions/checkout@v3
28-
- name: Set up JDK 11
28+
- name: Set up JDK
2929
uses: actions/setup-java@v3
3030
with:
3131
java-version: ${{ matrix.jdk }}

0 commit comments

Comments
 (0)