Skip to content

Commit d7f86eb

Browse files
committed
Update github config
1 parent 8ffff36 commit d7f86eb

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,11 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: php-actions/composer@v6
1212

13-
- name: Set up PHP
14-
run: sudo apt-get update && sudo apt-get install -y php-sockets
15-
1613
- name: Phpstan
17-
uses: php-actions/phpstan@v3
18-
with:
19-
path: src/
14+
run: composer run phpstan
2015

2116
- name: Psalm
22-
uses: docker://ghcr.io/psalm/psalm-github-actions
17+
run: composer run phpstan
2318

2419
- name: PHPUnit tests
25-
uses: graychen/[email protected]
26-
with:
27-
config: phpunit.xml
20+
run: composer run phpunit

0 commit comments

Comments
 (0)