Skip to content

Fix Fastly domain purge, and make both cache adapters consistent #23

Fix Fastly domain purge, and make both cache adapters consistent

Fix Fastly domain purge, and make both cache adapters consistent #23

Workflow file for this run

name: Static Analysis
on:
pull_request:
jobs:
analyse:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.5'
extensions: protobuf
- name: Install dependencies
run: composer install --no-interaction --prefer-dist
- name: Run static analysis
run: composer analyse