Skip to content

Bump io.netty:netty-codec from 4.1.108.Final to 4.1.109.Final #136

Bump io.netty:netty-codec from 4.1.108.Final to 4.1.109.Final

Bump io.netty:netty-codec from 4.1.108.Final to 4.1.109.Final #136

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
branches: [master]
workflow_dispatch: {}
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run tests
run: ./gradlew test