Skip to content

add changelog for php 8.0 drop, add notification for supporting PHP v… #533

add changelog for php 8.0 drop, add notification for supporting PHP v…

add changelog for php 8.0 drop, add notification for supporting PHP v… #533

Workflow file for this run

name: Static analysis
on:
push:
pull_request:
jobs:
phpcs:
name: PHP-CodeSniffer
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: bcmath, gmp, intl, dom, mbstring
- name: Download dependencies
run: composer install --classmap-authoritative
- name: PHP CS
run: vendor/bin/phpcs