From 2045708ac985ae3843084cef504005c1666d4b5f Mon Sep 17 00:00:00 2001 From: Roberto Perez Alcolea Date: Wed, 22 Sep 2021 10:06:12 -0700 Subject: [PATCH] Test against JDK 11 --- .github/workflows/nebula-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nebula-ci.yml b/.github/workflows/nebula-ci.yml index 314ca6f5..ce7f79b7 100644 --- a/.github/workflows/nebula-ci.yml +++ b/.github/workflows/nebula-ci.yml @@ -12,8 +12,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # test against JDK 8 - java: [ 8 ] + # test against JDK 8 and 11 + java: [ 8 , 11 ] name: CI with Java ${{ matrix.java }} steps: - uses: actions/checkout@v1