Skip to content

build(deps): bump symfony/http-client from 7.1.1 to 7.1.8 #14

build(deps): bump symfony/http-client from 7.1.1 to 7.1.8

build(deps): bump symfony/http-client from 7.1.1 to 7.1.8 #14

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: PHP Lint
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- name: Cache Composer dependencies
uses: actions/cache@v2
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
- uses: actions/checkout@master
- name: lint
run: make lint