Skip to content

Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 #293

Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18

Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 #293

Workflow file for this run

name: Java CI
on:
push:
branches: [ main ]
pull_request:
branches: [ "**" ]
permissions:
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
name: Build and Test
steps:
- uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v6
- name: Build and Test
run: ./gradlew build test
- name: Conformance Tests
run: make test-conformance-stable