Skip to content

Commit

Permalink
Use shorter names
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored May 27, 2023
1 parent 7992347 commit 8c2ca19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Java CI with Maven
name: CI

on:
push:
Expand All @@ -25,7 +25,7 @@ jobs:
JDK_VERSION: ${{ matrix.jdk }}
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.jdk }}
Expand Down

0 comments on commit 8c2ca19

Please sign in to comment.