Skip to content

Bump com.fasterxml.jackson.core:jackson-core from 2.21.0 to 2.21.1 #11

Bump com.fasterxml.jackson.core:jackson-core from 2.21.0 to 2.21.1

Bump com.fasterxml.jackson.core:jackson-core from 2.21.0 to 2.21.1 #11

Workflow file for this run

name: Tests
on:
pull_request:
branches: [master]
workflow_dispatch:
inputs:
branch:
description: 'Branch to test'
required: false
default: 'master'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
ref: ${{ github.event.inputs.branch || github.ref }}
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- run: mvn test