Skip to content

chore(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.10.3 to 6.1.1 #7

chore(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.10.3 to 6.1.1

chore(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.10.3 to 6.1.1 #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: ["8", "11", "17", "21"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
cache: maven
- run: mvn test