Skip to content

Commit

Permalink
Refer to new CI platform and branch in README (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Mar 1, 2024
1 parent f300124 commit d6ca7a3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Doctrine Persistence

[![Build Status](https://travis-ci.org/doctrine/persistence.svg)](https://travis-ci.org/doctrine/persistence)
[![Code Coverage](https://codecov.io/gh/doctrine/persistence/branch/2.1.x/graph/badge.svg)](https://codecov.io/gh/doctrine/persistence/branch/2.1.x)
[![GitHub Actions][GA 3.2 image]][GA 3.2]
[![Code Coverage][Coverage 3.2 image]][CodeCov 3.2]

The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.

Expand All @@ -10,3 +10,8 @@ The Doctrine Persistence project is a library that provides common abstractions
* [Website](https://www.doctrine-project.org/)
* [Documentation](https://www.doctrine-project.org/projects/doctrine-persistence/en/latest/index.html)
* [Downloads](https://github.com/doctrine/persistence/releases)

[Coverage 3.2 image]: https://codecov.io/gh/doctrine/persistence/branch/3.2.x/graph/badge.svg
[CodeCov 3.2]: https://codecov.io/gh/doctrine/persistence/branch/3.2.x
[GA 3.2 image]: https://github.com/doctrine/persistence/workflows/Continuous%20Integration/badge.svg?branch=3.2.x
[GA 3.2]: https://github.com/doctrine/persistence/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.2.x

0 comments on commit d6ca7a3

Please sign in to comment.