Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Bump version.jupiter from 5.11.3 to 5.11.4 #1215

Bump version.jupiter from 5.11.3 to 5.11.4

Bump version.jupiter from 5.11.3 to 5.11.4 #1215

Workflow file for this run

name: Java
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean package