Skip to content

Commit 55801df

Browse files
committed
Update the branch name
1 parent 8f60a69 commit 55801df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "2.x-dev"
31+
"dev-2.5": "2.x-dev"
3232
}
3333
}
3434
}

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)