Skip to content

[Backport stable26] Bump tough-cookie from 4.1.2 to 4.1.3 #553

[Backport stable26] Bump tough-cookie from 4.1.2 to 4.1.3

[Backport stable26] Bump tough-cookie from 4.1.2 to 4.1.3 #553

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
- stable*
env:
APP_NAME: workflow_ocr
jobs:
php:
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
name: php${{ matrix.php-versions }}-LINT
steps:
- uses: actions/checkout@v3
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
coverage: none
- name: Lint
run: composer run lint