From 94ad605f975fc89d94a10daff5a438055c39e1ef Mon Sep 17 00:00:00 2001 From: sbansla Date: Tue, 7 Oct 2025 16:29:02 +0530 Subject: [PATCH] added java 21 tests --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index ea0fbb2565..c26d7af864 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - java: [ 8, 11, 17 ] + java: [ 8, 11, 17, 21 ] steps: - name: Checkout twilio-java uses: actions/checkout@v3