File tree 1 file changed +6
-11
lines changed
1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 13
13
include :
14
14
- operating-system : ' ubuntu-latest'
15
15
php-version : ' 8.1'
16
- composer-flags : ' --ignore-platform-req=php'
17
- phpunit-flags : ' '
18
- phpunit-description : ' '
19
- - operating-system : ' ubuntu-latest'
20
- php-version : ' 8.1'
21
- composer-flags : ' --ignore-platform-req=php'
22
- phpunit-flags : ' -d disable_functions=pcntl_signal_dispatch'
23
- phpunit-description : ' without pcntl'
16
+ composer-flags : ' --ignore-platform-req=php+'
24
17
25
18
name : PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
26
-
27
19
runs-on : ${{ matrix.operating-system }}
28
20
29
21
steps :
72
64
php -v
73
65
composer info -D
74
66
75
- - name : Run tests ${{ matrix.phpunit-description }}
76
- run : php ${{ matrix.phpunit-flags }} vendor/bin/phpunit
67
+ - name : Run tests
68
+ run : php vendor/bin/phpunit
69
+
70
+ - name : Run tests without pcntl
71
+ run : php -d disable_functions=pcntl_signal_dispatch vendor/bin/phpunit
77
72
78
73
- name : Run Psalm
79
74
run : vendor/bin/psalm.phar --show-info=true
You can’t perform that action at this time.
0 commit comments