Skip to content

Commit b86a876

Browse files
committed
Merge branch '2.5'
2 parents bf85d94 + 55801df commit b86a876

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

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

33
on:
44
push:
5-
branches: [master]
5+
branches: ['2.5']
66
pull_request:
77
release:
88
types: [created]

README.md

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

33
Allows to use annotations to define global variables in PHPUnit test cases.
44

5-
[![Build Status](https://travis-ci.org/jakzal/phpunit-globals.svg?branch=master)](https://travis-ci.org/jakzal/phpunit-globals)
5+
[![Build](https://github.com/jakzal/phpunit-globals/actions/workflows/build.yml/badge.svg)](https://github.com/jakzal/phpunit-globals/actions/workflows/build.yml)
66

77
Supported annotations:
88

manifest.xml.in

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

77
<copyright>
88
<author name="Jakub Zalas" email="[email protected]"/>
9-
<license type="MIT" url="https://github.com/jakzal/phpunit-globals/blob/master/LICENSE"/>
9+
<license type="MIT" url="https://github.com/jakzal/phpunit-globals/blob/2.5/LICENSE"/>
1010
</copyright>
1111

1212
<requires>

0 commit comments

Comments
 (0)