Skip to content

Arquillian Jetty 12 support #9

Arquillian Jetty 12 support

Arquillian Jetty 12 support #9

Workflow file for this run

name: it-jetty-12
on:
push:
paths-ignore:
- "docs/**"
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: 17
cache: "maven"
- name: Build with Maven
run: mvn -B -q clean verify -Parq-jetty-embedded-12