From 56a119d5c275b3738cfc809181cebd1176d505e9 Mon Sep 17 00:00:00 2001 From: Eric K Richardson Date: Wed, 28 Jul 2021 13:37:59 -0700 Subject: [PATCH] Add Java 17 to CI --- .github/workflows/ci.yml | 2 +- .jvmopts | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .jvmopts diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11c2de36..6c3c914c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - java: [ '8', '11' ] + java: [ '8', '11', '17' ] name: Test using Java ${{ matrix.java }} steps: - uses: actions/checkout@v2 diff --git a/.jvmopts b/.jvmopts new file mode 100644 index 00000000..e69de29b