Skip to content

Update dependency org.junit:junit-bom to v6 #682

Update dependency org.junit:junit-bom to v6

Update dependency org.junit:junit-bom to v6 #682

Workflow file for this run

name: Verify Platforms Table
on:
pull_request:
permissions:
contents: read
jobs:
verify-platforms-table:
name: Run Verification
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Check Platforms Table
run: ./gradlew verifyPlatformTable --no-configuration-cache --info --stacktrace