Skip to content

Commit

Permalink
Release 2.0-stable (#88)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: StyleCI <[email protected]>
Co-authored-by: tinkleCat <[email protected]>
  • Loading branch information
3 people authored May 30, 2024
1 parent 1eaed25 commit 9b0a3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Channel/RedisChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
];
$this->channel->push('test', $payload);
expect($this->channel->pull('test'))->toEqual($payload);
});
})->skip(version_compare(swoole_version(), '6.0', '>='), 'Skip for swoole 6.0+');

0 comments on commit 9b0a3f6

Please sign in to comment.