Skip to content

Adjust tests for PHP 8.3 #10

Adjust tests for PHP 8.3

Adjust tests for PHP 8.3 #10

name: "Coding Standards"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- composer.*
- lib/**
- phpcs.xml.dist
- test_fixtures/**
- tests/**
push:
branches:
- "*.x"
paths:
- .github/workflows/coding-standards.yml
- composer.*
- lib/**
- phpcs.xml.dist
- test_fixtures/**
- tests/**
jobs:
coding-standards:
uses: "doctrine/.github/.github/workflows/[email protected]"
with:
php-version: "8.1"