Skip to content

Bump jquery-ui from 1.13.2 to 1.13.3 #2729

Bump jquery-ui from 1.13.2 to 1.13.3

Bump jquery-ui from 1.13.2 to 1.13.3 #2729

Workflow file for this run

name: PHPStan
on:
push:
branches:
- '*'
tags:
- '*'
paths:
- '**'
- '!*.md'
pull_request:
paths:
- '**'
- '!*.md'
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: Setup PHP
uses: nanasess/setup-php@master
with:
php-version: '8.1'
- name: Initialize Composer
uses: ./.github/actions/composer
- name: PHPStan
run: vendor/bin/phpstan analyze src/ --error-format=github