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:
|
||||
testBuilds:
|
||||
name: "Test-compile against Java 8, 11 and 16"
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
java-version: [8, 11, 16]
|
||||
name: "Compile jar against ${{ matrix.java-version }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "Checkout Code"
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user