Skip to content

ci: test against PHP 8.4 and PHP 8.5 #377

ci: test against PHP 8.4 and PHP 8.5

ci: test against PHP 8.4 and PHP 8.5 #377

Workflow file for this run

name: Static Analysis
on: ['push', 'pull_request']
jobs:
static:
name: Static Tests
runs-on: ubuntu-latest
strategy:
matrix:
dependency-version: [prefer-lowest, prefer-stable]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
tools: composer:v2
coverage: none
- name: Install Dependencies
env:
COMPOSER_ROOT_VERSION: 4.x-dev
run: composer update --prefer-stable --no-interaction --no-progress --ansi
- name: Style
run: composer test:lint