Skip to content

Updating ci.yml

Updating ci.yml #4

Workflow file for this run

name: CI
on:
push:
branches:
- 'jetty-9.4.x'
- 'jetty-10.0.x'
- 'jetty-11.0.x'
pull_request:
jobs:
build:
name: Build
uses: jetty/.github/.github/workflows/maven-ci.yml@main
with:
jdk-matrix: '[ "11", "21" ]'