Skip to content

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

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

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

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
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}