Skip to content

Merge pull request #51 from swlodarski-sumoheavy/2.2.x-php-8.5 #54

Merge pull request #51 from swlodarski-sumoheavy/2.2.x-php-8.5

Merge pull request #51 from swlodarski-sumoheavy/2.2.x-php-8.5 #54

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
phpunit:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ["8.1", "8.2", "8.3", "8.4", "8.5"]
steps:
- uses: actions/checkout@v6
- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php-version }}
args: --ignore-platform-reqs
- uses: php-actions/phpunit@v4
with:
configuration: phpunit.xml
php_version: ${{ matrix.php-version }}
php_extensions: bcmath gmp xdebug
version: 10.5.63
env:
XDEBUG_MODE: coverage
phpcs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: php-actions/composer@v6
with:
php_version: 8.1
php_extensions: bcmath gmp xdebug
- name: Install PHP_CodeSniffer
run: |
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
php phpcs.phar src --standard=ruleset.xml