Skip to content

Merge branch 'develop' into trunk #146

Merge branch 'develop' into trunk

Merge branch 'develop' into trunk #146

name: PHP Compatibility
on:
push:
branches:
- develop
- trunk
pull_request:
branches:
- develop
jobs:
php_compatibility:
name: PHP minimum 8.0
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
tools: composer:v2
coverage: none
- name: Install dependencies
run: composer install
- name: Run PHP Compatibility
run: vendor/bin/phpcs windows-azure-storage.php includes/ -p --standard=PHPCompatibilityWP --extensions=php --runtime-set testVersion 8.0-