Skip to content

v4 multiple frames in polling body #6

v4 multiple frames in polling body

v4 multiple frames in polling body #6

Workflow file for this run

name: Build PR
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
strategy:
matrix:
java-version:
- 8
- 11
- 17
- 21
uses: ./.github/workflows/build.yml
with:
javaVersion: "${{ matrix.java-version }}"