Skip to content

Fix Anthropic native structured output rejecting JSON Schema value constraints #429

Fix Anthropic native structured output rejecting JSON Schema value constraints

Fix Anthropic native structured output rejecting JSON Schema value constraints #429

Workflow file for this run

name: static analysis
on:
push:
branches:
- master
- '*.x'
pull_request:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-24.04
name: Static Analysis
steps:
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Setup PHP
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
with:
php-version: 8.4
tools: composer:v2
coverage: none
- name: Install dependencies
run: composer update --prefer-stable --prefer-dist --no-interaction --no-progress
- name: Execute type checking
run: vendor/bin/phpstan --verbose