You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/07/07 21:53:15 UTC

[tika] branch main updated: TIKA-3468 -- add github action for jdk11

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

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 00855c2  TIKA-3468 -- add github action for jdk11
00855c2 is described below

commit 00855c2410f8fe8000e4d1b18b11db1da089954d
Author: tallison <ta...@apache.org>
AuthorDate: Wed Jul 7 17:52:58 2021 -0400

    TIKA-3468 -- add github action for jdk11
---
 .github/workflows/{main-build.yml => main-jdk11-build.yml} | 7 ++-----
 .github/workflows/{main-build.yml => main-jdk8-build.yml}  | 0
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-jdk11-build.yml
similarity index 92%
copy from .github/workflows/main-build.yml
copy to .github/workflows/main-jdk11-build.yml
index 244df14..41623d4 100644
--- a/.github/workflows/main-build.yml
+++ b/.github/workflows/main-jdk11-build.yml
@@ -15,21 +15,18 @@
 # limitations under the License.
 #
 
-name: main pr build
+name: main jdk11 build
 
 on:
   push:
     branches: [ main ]
-  pull_request:
-    branches: [ main ]
-        
 
 jobs:
   build:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '1.8' ]
+        java: [ '11' ]
 
     steps:
       - uses: actions/checkout@v2
diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-jdk8-build.yml
similarity index 100%
rename from .github/workflows/main-build.yml
rename to .github/workflows/main-jdk8-build.yml