3
0
Fork 0

Bumped CI to Java 11

This commit is contained in:
stijnb1234 2021-07-02 12:10:28 +02:00
parent 1d5ae68300
commit 6567cea624

View file

@ -1,18 +1,17 @@
name: Java CI
on: [push]
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml
- run: mkdir -p target