Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Build Status
------------
[![Build Status](https://travis-ci.org/php-memcached-dev/php-memcached.png)](https://travis-ci.org/php-memcached-dev/php-memcached)
![Build Status](https://github.com/php-memcached-dev/php-memcached/actions/workflows/build-and-test.yml/badge.svg?branch=master)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe merged too soon, I'd suggest linking to https://github.com/php-memcached-dev/php-memcached/actions as the target of this image

Copy link
Contributor Author

@blkperl blkperl May 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found on StackOverflow an example [<img src="path/to/image.png">](https://link-to-your-URL/) -- I don't know if it will work for an absolute img src url vs. relative path within the repo. Apparently the syntax for this changed in 2023!


Description
-----------
Expand All @@ -23,7 +23,7 @@ Dependencies
------------

php-memcached 3.x:
* Supports PHP 7.0 - 8.2 or higher.
* Supports PHP 7.0 - 8.3 or higher.
* Requires libmemcached 1.x or higher.
* Optionally supports igbinary 2.0 or higher.
* Optionally supports msgpack 2.0 or higher.
Expand Down