From 1ce0225c7d4212bff29e0a86fc9254dcc6d7e000 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 28 Aug 2021 14:10:21 -0400 Subject: [PATCH] fix: add java 15/16 to test suite --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9907e5c6..56f6da6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest, macOS-latest, windows-latest ] - java: [ 8, 9, 10, 11, 12, 13, 14 ] + java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16 ] steps: - uses: actions/cache@v2