migrate to GH actions for CI

This commit is contained in:
2021-10-02 15:14:20 +02:00
parent 702247a818
commit afef896f12
3 changed files with 35 additions and 18 deletions

View File

@@ -11,10 +11,10 @@ steps:
---
kind: pipeline
type: docker
name: java15
name: java17
steps:
- name: test
image: maven:3-openjdk-15
image: maven:3-openjdk-17
commands:
- mvn clean test