blob: 8b362865d2fa9bd50a004db0f3538d1e5b283615 [file] [log] [blame]
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 1.8, 11 ]
steps:
- uses: actions/checkout@v2