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