Skip to content

Commit 5af6bb1

Browse files
committed
minor fix
1 parent 2877671 commit 5af6bb1

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
php-version: ["8.1", "8.2", "8.3"]
16+
# php-version: ["8.1", "8.2", "8.3"]
17+
php-version: ["8.1"]
1718

1819
steps:
1920
- name: Checkout code
@@ -41,9 +42,6 @@ jobs:
4142
- name: Install dependencies
4243
run: composer install --prefer-dist --no-progress
4344

44-
- name: Run PHPUnit tests
45-
run: composer run-script test
46-
4745
- name: Run PHPStan static analysis
4846
run: composer run-script phpstan
4947

phpstan.neon

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ parameters:
55

66
scanDirectories:
77
- src
8-
9-
scanFiles:
10-
- src

0 commit comments

Comments
 (0)