Skip to content

Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 #106

Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1

Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 #106

Workflow file for this run

name: Check
on:
push:
branches:
-main
pull_request:
merge_group:
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
# In case of an update, also update the required checks in GitHub's branch protection rules.
java: [ '8', '11', '17', '21', '22' ]
name: Java ${{ matrix.Java }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- run: ./gradlew check --info