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 132382dca3
commit 3d21ab7adb

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