ci: remove java 8 build

Signed-off-by: Mariell Hoversholm <proximyst@proximyst.com>
This commit is contained in:
Mariell Hoversholm 2021-06-11 19:56:25 +02:00
parent ee3cf8cc09
commit a849e9f4b0

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [16, 8]
java: [16]
fail-fast: true
steps:
- uses: actions/checkout@v2