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
No known key found for this signature in database
GPG Key ID: 7E8663CA3C537F64
1 changed files with 1 additions and 1 deletions

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