From 94b747e84583522009f54a7b87afa072a29593be Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Fri, 1 Nov 2024 19:01:35 -0400 Subject: [PATCH] Update scala.yml (#257) --- .github/workflows/scala.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 4043c55..f4fa8fb 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: # test against latest update of each major Java version, as well as specific updates of LTS versions: - java: [ 8, 11 ] + java: [ 8, 11, 21 ] name: Java ${{ matrix.java }} steps: - uses: actions/checkout@v2