Skip to content

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 #104

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 #104

name: PSR Pull Request
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
java-version: '20'
distribution: 'adopt'
- name: Build and Test
run: mvn clean install jacoco:prepare-agent package jacoco:report