Skip to content

Update junit5 monorepo to v5.11.0 #444

Update junit5 monorepo to v5.11.0

Update junit5 monorepo to v5.11.0 #444

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java-version }}
- name: build
run: ./gradlew check
- uses: actions/upload-artifact@v4
if: always()
with:
name: test-log (Java ${{ matrix.java-version }})
path: ${{ github.workspace }}/dregex-test.log