make github pipline successful (#2012)

* 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;
pull/2027/head
minsunshine 2 years ago committed by GitHub
parent d92b50f1a1
commit 504ee7d1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,13 +7,14 @@ on:
push: push:
branches: branches:
- master - master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
java: [ '8', '11', '15' ] java: ['11']
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up JDK - name: Set up JDK

@ -571,7 +571,7 @@
-add-exports java.base/sun.net.www.protocol.https=ALL-UNNAMED -add-exports java.base/sun.net.www.protocol.https=ALL-UNNAMED
</sureFireOptions11 --> </sureFireOptions11 -->
<slf4j.version>2.0.0-alpha1</slf4j.version> <slf4j.version>2.0.0-alpha1</slf4j.version>
<sureFireForks11>true</sureFireForks11> <sureFireForks11>false</sureFireForks11>
<automatic.module.name>com.zaxxer.hikari</automatic.module.name> <automatic.module.name>com.zaxxer.hikari</automatic.module.name>
</properties> </properties>
<dependencies> <dependencies>

Loading…
Cancel
Save