Skip to content

Commit d56f207

Browse files
authored
Merge pull request #152 from Chris53897/feature/fix-ci-badge
docs: fix ci badge in README.md
2 parents c2c0c14 + efc8d51 commit d56f207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*By Matthias Noback and contributors*
44

5-
[![Build Status](https://secure.travis-ci.org/SymfonyTest/SymfonyDependencyInjectionTest.png)](http://travis-ci.org/SymfonyTest/SymfonyDependencyInjectionTest)
5+
[![Build Status](https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/actions/workflows/ci.yaml/badge.svg)](https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/actions/workflows/ci.yaml)
66

77
This library contains several PHPUnit test case classes and many semantic [assertions](#list-of-assertions) which
88
you can use to functionally test your [container extensions](#testing-a-container-extension) (or "bundle extensions")

0 commit comments

Comments
 (0)