File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 57
57
58
58
- run : composer test
59
59
60
- guzzle :
61
- name : Unit Tests With Guzzle 6 (php ${{ matrix.php-version }})
62
- runs-on : ubuntu-latest
63
- # always run on push events
64
- # only run on pull_request_target event when pull request pulls from fork repository
65
- if : >
66
- github.event_name == 'push' ||
67
- github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository
68
- strategy :
69
- fail-fast : false
70
- matrix :
71
- php-version : [ 7.4 ]
72
-
73
- steps :
74
- - uses : actions/checkout@v2
75
-
76
- -
uses :
shivammathur/[email protected]
77
- with :
78
- php-version : ${{ matrix.php-version }}
79
-
80
- - run : composer require guzzlehttp/guzzle "^6.5"
81
-
82
- - run : composer self-update
83
-
84
- - run : composer install --no-interaction --prefer-source --dev
85
-
86
- - run : composer test
87
-
88
60
protobuf :
89
61
name : Unit Tests With Protobuf C Extension 3.13 (php ${{ matrix.php-version }})
90
62
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments