Skip to content

Commit

Permalink
Build only with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-social committed Sep 9, 2021
1 parent 170c302 commit 24ff579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [8, 11]
java-version: [11]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [8, 11]
java-version: [11]
es-version: [6.8.18, 7.14.1]
services:
elasticsearch:
Expand Down

0 comments on commit 24ff579

Please sign in to comment.