Skip to content

⬆️ Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.15.5 #696

⬆️ Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.15.5

⬆️ Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.15.5 #696

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test
strategy:
matrix:
os: [ubuntu-latest]
java: [8, 8.0.192, 11.0.3, 12, 13, 17]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- run: make test