Skip to content

Update vertx to avoid known memory leaks on the server #30

Update vertx to avoid known memory leaks on the server

Update vertx to avoid known memory leaks on the server #30

Workflow file for this run

name: Build and test
on:
pull_request:
push:
jobs:
checks:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ '11', '17', '21' ]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK ${{ matrix.java-version }}
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
cache: 'maven'
- run: mvn verify -B -e