Skip to content

Bump h2 from 2.1.210 to 2.2.220 in /tcc/transfer-tcc-sample #378

Bump h2 from 2.1.210 to 2.2.220 in /tcc/transfer-tcc-sample

Bump h2 from 2.1.210 to 2.2.220 in /tcc/transfer-tcc-sample #378

Workflow file for this run

name: Java CI
on: [ push,pull_request ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-18.04 ]
java: [ 8, 8.0.192 ]
fail-fast: false
max-parallel: 2
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Test with Maven
run: mvn test -B --file pom.xml