Skip to content

Bump io.undertow:undertow-core from 2.2.24.Final to 2.2.31.Final #39

Bump io.undertow:undertow-core from 2.2.24.Final to 2.2.31.Final

Bump io.undertow:undertow-core from 2.2.24.Final to 2.2.31.Final #39

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: ["1.8", "11", "17", "21"]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B package