Skip to content

Commit 331f429

Browse files
committed
Implement Static Badge for Compatibility Info (#105)
Motivation: There is no need to use a dynamic badge for compatibility information, as it may be influenced by unmerged PRs and lead to confusion. Modification: Replace the dynamic badge with a static badge for compatibility information. Result: Reduced confusion by displaying a more stable representation of compatibility information.
1 parent 8d72da8 commit 331f429

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ This driver provides the following features:
2727
This project is currently being maintained by [@jchrys](https://github.com/jchrys), since the previous owner has been inactive. We are committed to keeping this project up-to-date and improving it in collaboration with the community.
2828

2929
## Version compatibility / Integration tests states
30-
[![MySQL 5.5 status](https://github.com/asyncer-io/r2dbc-mysql/workflows/MySQL%205.5/badge.svg)](https://github.com/asyncer-io/r2dbc-mysql/actions?query=workflow%3A%22MySQL+5.5%22)
31-
[![MySQL 5.6 status](https://github.com/asyncer-io/r2dbc-mysql/workflows/MySQL%205.6/badge.svg)](https://github.com/asyncer-io/r2dbc-mysql/actions?query=workflow%3A%22MySQL+5.6%22)
32-
[![MySQL 5.7 status](https://github.com/asyncer-io/r2dbc-mysql/workflows/MySQL%205.7/badge.svg)](https://github.com/asyncer-io/r2dbc-mysql/actions?query=workflow%3A%22MySQL+5.7%22)
33-
[![MySQL 8.0 status](https://github.com/asyncer-io/r2dbc-mysql/workflows/MySQL%208.0/badge.svg)](https://github.com/asyncer-io/r2dbc-mysql/actions?query=workflow%3A%22MySQL+8.0%22)
30+
![MySQL 5.5 status](https://img.shields.io/badge/MySQL%205.5-pass-blue)
31+
![MySQL 5.6 status](https://img.shields.io/badge/MySQL%205.6-pass-blue)
32+
![MySQL 5.7 status](https://img.shields.io/badge/MySQL%205.7-pass-blue)
33+
![MySQL 8.0 status](https://img.shields.io/badge/MySQL%208.0-pass-blue)
3434

3535
In fact, it supports lower versions, in the theory, such as 4.1, 4.0, etc.
3636

0 commit comments

Comments
 (0)