@@ -15,14 +15,14 @@ jobs:
15
15
max-parallel : 10
16
16
matrix :
17
17
batch :
18
- - { suite: "curl", php: '7.4', package: "php-http/curl-client:dev-master laminas/laminas-diactoros" }
19
- - { suite: "Socket", php: '7.4', package: "php-http/socket-client:dev-master php-http/client-common" }
20
- - { suite: "Guzzle5 ", php: '7.1 ', package: "php-http/guzzle5-adapter:dev-master " }
21
- - { suite: "Guzzle6 ", php: '7.4 ', package: "php-http/guzzle6-adapter:dev-master " }
22
- - { suite: "Guzzle", php: '7.4', package: "guzzlehttp/guzzle:dev-master " }
23
- - { suite: "Guzzle", php: '7.4', package: "guzzlehttp/guzzle:dev-master phpunit/phpunit:^8 .5.8 " }
24
- - { suite: "Guzzle ", php: '7.4', package: "guzzlehttp/guzzle:dev-master phpunit/phpunit:^7.5.20 " }
25
- - { suite: "Buzz", php: '7.4 ', package: "kriswallsmith/buzz:dev-master " }
18
+ - { suite: "curl", php: '7.4', package: "php-http/curl-client laminas/laminas-diactoros php-http/message-factory " }
19
+ - { suite: "Socket", php: '7.4', package: "php-http/socket-client php-http/client-common php-http/message-factory " }
20
+ - { suite: "Guzzle ", php: '7.4 ', package: "guzzlehttp/guzzle php-http/message-factory " }
21
+ - { suite: "Guzzle ", php: '8.3 ', package: "guzzlehttp/guzzle php-http/message-factory " }
22
+ - { suite: "Guzzle", php: '7.4', package: "guzzlehttp/guzzle phpunit/phpunit:^8.5.8 php-http/message-factory " }
23
+ - { suite: "Guzzle", php: '7.4', package: "guzzlehttp/guzzle phpunit/phpunit:^7 .5.20 php-http/message-factory " }
24
+ - { suite: "Buzz ", php: '7.4', package: "kriswallsmith/buzz psr/log php-http/message-factory " }
25
+ - { suite: "Buzz", php: '8.3 ', package: "kriswallsmith/buzz psr/log php-http/message-factory " }
26
26
27
27
steps :
28
28
- name : Set up PHP
0 commit comments