Skip to content

Commit 8e29eac

Browse files
committed
feat: remove/update test-runs
1 parent 1c47e37 commit 8e29eac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
max-parallel: 10
1616
matrix:
1717
batch:
18-
- { suite: "curl", php: '8.3', package: "php-http/curl-client laminas/laminas-diactoros php-http/message-factory" }
19-
- { suite: "Socket", php: '8.3', package: "php-http/socket-client php-http/client-common php-http/message-factory" }
18+
#- { suite: "curl", php: '8.3', package: "php-http/curl-client laminas/laminas-diactoros php-http/message-factory" }
19+
#- { suite: "Socket", php: '8.3', package: "php-http/socket-client php-http/client-common php-http/message-factory" }
2020
- { suite: "Guzzle", php: '8.3', package: "guzzlehttp/guzzle php-http/message-factory" }
21-
- { suite: "Buzz", php: '8.3', package: "kriswallsmith/buzz psr/log php-http/message-factory" }
21+
#- { suite: "Buzz", php: '8.3', package: "kriswallsmith/buzz psr/log php-http/message-factory" }
2222

2323
steps:
2424
- name: Set up PHP

0 commit comments

Comments
 (0)