Skip to content

build(deps): bump io.undertow:undertow-core from 2.2.25.Final to 2.3.9.Final #27

build(deps): bump io.undertow:undertow-core from 2.2.25.Final to 2.3.9.Final

build(deps): bump io.undertow:undertow-core from 2.2.25.Final to 2.3.9.Final #27

name: 'test-pull-requests'
on:
pull_request:
branches:
- develop
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.5.3
- name: Set up JDK 1.8
uses: actions/setup-java@v3.11.0
with:
java-version: '8'
distribution: 'temurin'
- name: Build & Package
run: 'mvn clean package'