Skip to content

Commit 4596a94

Browse files
committed
Remove Swoole stub file from PHPStan configuration and update PHP version matrix
1 parent c448094 commit 4596a94

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
22+
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
2323
max-parallel: 5
2424
fail-fast: false
2525
steps:

phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ parameters:
44
checkMissingIterableValueType: false
55
bootstrapFiles:
66
- examples/bootstrap.php
7-
stubFiles:
8-
- tests/phpstan/stubs/swoole.stub.php
97
paths:
108
- src
119
- tests

tests/phpstan/stubs/swoole.stub.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)