This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git


The following commit(s) were added to refs/heads/master by this push:
     new 188a82ccda update java_version array
188a82ccda is described below

commit 188a82ccda2f54b3e030546b1754520cd3be87a4
Author: Steve Blackmon <sblack...@salesforce.com>
AuthorDate: Mon Dec 18 12:12:33 2023 -0600

    update java_version array
---
 .github/workflows/streams-ci-workflow.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/streams-ci-workflow.yml 
b/.github/workflows/streams-ci-workflow.yml
index 9cb60cad0b..9b93909e5a 100644
--- a/.github/workflows/streams-ci-workflow.yml
+++ b/.github/workflows/streams-ci-workflow.yml
@@ -31,8 +31,8 @@ jobs:
   build:
     strategy:
       matrix:
-        os: ['Ubuntu', 'macOS']
-        java_version: ['1.8', '11']
+        os: ['Ubuntu']
+        java_version: ['8', '11', '17']
     timeout-minutes: 60
     runs-on: ${{ matrix.os }}-latest
     name: ${{ matrix.os }} - Java ${{ matrix.java_version }}

Reply via email to