Skip to content

fix(deps): update dependency org.aspectj:aspectjrt to v1.9.22.1 #339

fix(deps): update dependency org.aspectj:aspectjrt to v1.9.22.1

fix(deps): update dependency org.aspectj:aspectjrt to v1.9.22.1 #339

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: '${{ matrix.platform }} with Java ${{ matrix.java }}'
strategy:
matrix:
platform:
- ubuntu-latest
- windows-latest
- macos-latest
java: [ '8', '11' ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build and Test
run: mvn -B package