Skip to content

Bump jetty-server from 9.4.35.v20201120 to 9.4.51.v20230217 #4

Bump jetty-server from 9.4.35.v20201120 to 9.4.51.v20230217

Bump jetty-server from 9.4.35.v20201120 to 9.4.51.v20230217 #4

Workflow file for this run

name: Continuous Testing
on: ['push']
jobs:
build:
strategy:
matrix:
java: [ '17' ]
os: [ 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up JDKs
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build project with Maven
run: mvn test --file pom.xml