diff options
author | Mariell Hoversholm <[email protected]> | 2021-06-11 19:56:25 +0200 |
---|---|---|
committer | Mariell Hoversholm <[email protected]> | 2021-06-11 19:56:25 +0200 |
commit | 3d21ab7adb3f6dce14a3d4184682955405894ee6 (patch) | |
tree | 43fe0c56b2fbb2c109a1136e1931daeb308a76ef /.github | |
parent | 132382dca35f60d63655ea956e1de5fb0ed535ba (diff) | |
download | Paper-3d21ab7adb3f6dce14a3d4184682955405894ee6.tar.gz Paper-3d21ab7adb3f6dce14a3d4184682955405894ee6.zip |
ci: remove java 8 build
Signed-off-by: Mariell Hoversholm <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a94f849ec9..0da3c7e06f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [16, 8] + java: [16] fail-fast: true steps: - uses: actions/checkout@v2 |