Skip to content

feat: add ElasticSearch 8 compatibility #74

feat: add ElasticSearch 8 compatibility

feat: add ElasticSearch 8 compatibility #74

# The workflow to check pull requests into master.
# This checks the source in the state as if after the merge.
name: Pull request checks
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Gradle
run: ./gradlew check