Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Bump h2 from 2.1.214 to 2.2.220 #98

Bump h2 from 2.1.214 to 2.2.220

Bump h2 from 2.1.214 to 2.2.220 #98

Workflow file for this run

name: Pull Requests
on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'adopt'
- name: Test
run: mvn clean test