Skip to content

chore(deps): bump license-maven-plugin to 5.1.2 and pitest to 1.30.0 #272

chore(deps): bump license-maven-plugin to 5.1.2 and pitest to 1.30.0

chore(deps): bump license-maven-plugin to 5.1.2 and pitest to 1.30.0 #272

name: Build with JDK 21 on Ubuntu
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven/JDK 21 on Ubuntu
run: mvn --batch-mode --file pom.xml clean verify