Skip to content

Commit f7e4b64

Browse files
committed
Remove amp/byte-stream, as it's unstable
1 parent 792c6b9 commit f7e4b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
- name: Test AMPHP
365365
if: matrix.branch.ref != 'PHP-8.0'
366366
run: |
367-
repositories="amp byte-stream cache dns file http parallel parser pipeline process serialization socket sync websocket-client websocket-server"
367+
repositories="amp cache dns file http parallel parser pipeline process serialization socket sync websocket-client websocket-server"
368368
X=0
369369
for repository in $repositories; do
370370
printf "Testing amp/%s\n" "$repository"

0 commit comments

Comments
 (0)