Skip to content

fix(deps): update dependency org.slf4j:slf4j-api to v2 (#18) #50

fix(deps): update dependency org.slf4j:slf4j-api to v2 (#18)

fix(deps): update dependency org.slf4j:slf4j-api to v2 (#18) #50

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [17, 21]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
- name: run tests
run: mvn -B test