1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[Ci skip] Test

This commit is contained in:
TheBusyBiscuit 2020-11-03 00:53:17 +01:00 committed by GitHub
parent 1c5f2f650b
commit d038950a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,6 @@ on:
push:
branches:
- master
paths:
- 'src/**'
- 'pom.xml'
pull_request:
branches:
- master
@ -19,6 +16,9 @@ jobs:
name: Maven build
runs-on: ubuntu-latest
strategy:
matrix:
spigot: ["1.14.4", "1.15.2", "1.16.4"]
steps:
- name: Checkout repository
@ -28,4 +28,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
run: mvn package --file pom.xml
run: mvn package --file pom.xml -Dspigot.version=${{ matrix.spigot }}