File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Test Suite
1
+ name : Static Analysis
2
2
on : [push, pull_request]
3
3
jobs :
4
- test-buster :
5
- runs-on : ubuntu-latest
4
+ ubuntu-focal-fossa :
5
+ runs-on : ubuntu-20.04
6
6
steps :
7
7
- uses : actions/checkout@v2
8
+ - name : Install libpcap
9
+ run : sudo apt-get update && sudo apt-get install -y libpcap-dev
8
10
- name : Install dependencies
9
11
run : composer install --no-scripts --no-suggest --no-interaction --prefer-dist --optimize-autoloader
10
12
- name : PHPStan
11
13
run : php -d memory_limit=-1 ./vendor/bin/phpstan analyse -n -vvv --ansi --level=max src
14
+ - name : Psalm
15
+ run : php -d memory_limit=-1 ./vendor/bin/psalm --show-info=true
16
+ # The provided containers are not flexible enough to support the test suite
17
+ # - name: PHPUnit
18
+ # run: sudo LIBPCAP_NAME=libpcap.so.0.8 php -d memory_limit=-1 ./vendor/bin/phpunit --debug
You can’t perform that action at this time.
0 commit comments