From 504ee7d1b220b5abdeeef796a90ae3d2d817b168 Mon Sep 17 00:00:00 2001 From: minsunshine <98507458+minesunny@users.noreply.github.com> Date: Fri, 9 Dec 2022 00:36:10 +0800 Subject: [PATCH] make github pipline successful (#2012) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * workflow manually from the Actions tab workflow manually from the Actions tab * set use jdk 11 set use jdk 11 * set default reuseForks is false because HikariConfigTest couldnā€˜t get log record; --- .github/workflows/ci.yml | 5 +++-- pom.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0a7b72d..1574a2d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,13 +7,14 @@ on: push: branches: - master - + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: build: runs-on: ubuntu-20.04 strategy: matrix: - java: [ '8', '11', '15' ] + java: ['11'] steps: - uses: actions/checkout@v2 - name: Set up JDK diff --git a/pom.xml b/pom.xml index 3859297b..32cc5880 100644 --- a/pom.xml +++ b/pom.xml @@ -571,7 +571,7 @@ -add-exports java.base/sun.net.www.protocol.https=ALL-UNNAMED 2.0.0-alpha1 - true + false com.zaxxer.hikari