Skip to content

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 #230

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 #230

Workflow file for this run

# .github/workflows/ci.yml
# GitHub Actions documentation => https://docs.github.com/en/actions
name: CI with Gradle
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: adopt
cache: gradle
- name: Build with Gradle
run: ./gradlew build