mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Make name of job only show java version
This commit is contained in:
parent
0798d94449
commit
d68af58df5
4
.github/workflows/pr_build_jars.yml
vendored
4
.github/workflows/pr_build_jars.yml
vendored
@ -10,13 +10,13 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testBuilds:
|
testBuilds:
|
||||||
name: "Test-compile against Java 8, 11 and 16"
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 4
|
max-parallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
java-version: [8, 11, 16]
|
java-version: [8, 11, 16]
|
||||||
|
name: "Compile jar against ${{ matrix.java-version }}"
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout Code"
|
- name: "Checkout Code"
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user