Skip to content

chore: update dependencies to support PHP 8.1 - 8.4 (#1243) #2108

chore: update dependencies to support PHP 8.1 - 8.4 (#1243)

chore: update dependencies to support PHP 8.1 - 8.4 (#1243) #2108

Workflow file for this run

name: PHPCPD
on:
pull_request:
branches:
- develop
paths:
- '**.php'
- '.github/workflows/phpcpd.yml'
push:
branches:
- develop
paths:
- '**.php'
- '.github/workflows/phpcpd.yml'
jobs:
phpcpd:
uses: codeigniter4/.github/.github/workflows/phpcpd.yml@CI46
with:
dirs: "src/ tests/"
options: "--exclude src/Database/Migrations/2020-12-28-223112_create_auth_tables.php --exclude src/Authentication/Authenticators/HmacSha256.php --exclude tests/Authentication/Authenticators/AccessTokenAuthenticatorTest.php"