mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 08:34:09 +02:00
type fixes
This commit is contained in:
parent
fdc0e3f113
commit
32b65b0bad
7 changed files with 18 additions and 16 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: composer install
|
||||
- env:
|
||||
BACKEND: smbclient
|
||||
run: php ./vendor/bin/phpstan analyse --level 2 src
|
||||
run: php ./vendor/bin/phpstan analyse --level 5 src
|
||||
|
||||
phpunit:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue