Skip to content

Update dependency org.slf4j:slf4j-simple to v2.0.13 #198

Update dependency org.slf4j:slf4j-simple to v2.0.13

Update dependency org.slf4j:slf4j-simple to v2.0.13 #198

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
check-latest: true
- name: Run tests
run: make test