Skip to content

Commit 135be8e

Browse files
committed
Bootstrap the 2.6 branch
1 parent 55801df commit 135be8e

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: ['2.5']
5+
branches: ['2.6']
66
pull_request:
77
release:
88
types: [created]

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-2.5": "2.x-dev"
31+
"dev-2.6": "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/2.5/LICENSE"/>
9+
<license type="MIT" url="https://github.com/jakzal/phpunit-globals/blob/2.6/LICENSE"/>
1010
</copyright>
1111

1212
<requires>

0 commit comments

Comments
 (0)