From e72d41d5872619398437d407592d9f0847e14ab0 Mon Sep 17 00:00:00 2001 From: Hendrix-Shen Date: Sun, 13 Mar 2022 23:46:34 +0800 Subject: [PATCH] Adding the 1.15 branch to a published task --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8e679da8..573f4376 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -73,7 +73,7 @@ jobs: matrix: java: [17] os: [ubuntu-latest] - branch: [1.16, 1.17, 1.18, 1.19] + branch: [1.15, 1.16, 1.17, 1.18, 1.19] runs-on: ${{ matrix.os }} steps: - name: Checkout the sources