Skip to content

Make weak provider hierarchies the default again #27

Make weak provider hierarchies the default again

Make weak provider hierarchies the default again #27

Workflow file for this run

name: "Run Tests"
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "**" ]
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: adopt
- name: Build and Verify
run: mvn --batch-mode verify