Skip to content

Commit 1473682

Browse files
author
Rodion Liuborets
committed
Remove test with Guzzle 6 version
1 parent 6f4f435 commit 1473682

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -57,34 +57,6 @@ jobs:
5757

5858
- run: composer test
5959

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-
8860
protobuf:
8961
name: Unit Tests With Protobuf C Extension 3.13 (php ${{ matrix.php-version }})
9062
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)