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

albumenj pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.1 by this push:
     new 007b6bfd0b Fix ci matrix
007b6bfd0b is described below

commit 007b6bfd0b4ffca7c5e848bc68e50b3bd53546de
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Jan 14 22:19:26 2023 +0800

    Fix ci matrix
---
 .github/workflows/build-and-test-scheduled-3.2.yml | 2 +-
 .github/workflows/release-test.yml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-and-test-scheduled-3.2.yml 
b/.github/workflows/build-and-test-scheduled-3.2.yml
index 983c1b3530..e28282881b 100644
--- a/.github/workflows/build-and-test-scheduled-3.2.yml
+++ b/.github/workflows/build-and-test-scheduled-3.2.yml
@@ -243,7 +243,7 @@ jobs:
       fail-fast: false
       matrix:
         jdk: [ 8, 11, 17, 19 ]
-        job_id: [1, 2, 3]
+        job_id: [1, 2, 3, 4, 5]
     steps:
       - uses: actions/checkout@v3
         with:
diff --git a/.github/workflows/release-test.yml 
b/.github/workflows/release-test.yml
index fd23403846..1f15b5a62d 100644
--- a/.github/workflows/release-test.yml
+++ b/.github/workflows/release-test.yml
@@ -239,7 +239,7 @@ jobs:
       fail-fast: false
       matrix:
         jdk: [ 8, 11, 17, 19 ]
-        job_id: [1, 2, 3]
+        job_id: [1, 2, 3, 4, 5]
     steps:
       - uses: actions/checkout@v3
         with:

Reply via email to