Skip to content

Commit

Permalink
Merge pull request #346 from doctrine/3.2.x
Browse files Browse the repository at this point in the history
Merge 3.2.x up into 3.3.x
  • Loading branch information
greg0ire authored Mar 1, 2024
2 parents 8961eec + d6ca7a3 commit f75d11b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .doctrine-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"name": "2.5",
"branchName": "2.5.x",
"slug": "2.5",
"maintained": true
"maintained": false
},
{
"name": "2.4",
Expand Down
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@
/phpstan.neon export-ignore
/phpstan-baseline.neon export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/psalm.phpstub export-ignore
/composer.lock export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@3.0.0"
with:
composer-root-version: "3.0"
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
php-versions: '["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
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 f75d11b

Please sign in to comment.