We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55801df commit 135be8eCopy full SHA for 135be8e
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build
2
3
on:
4
push:
5
- branches: ['2.5']
+ branches: ['2.6']
6
pull_request:
7
release:
8
types: [created]
composer.json
@@ -28,7 +28,7 @@
28
},
29
"extra": {
30
"branch-alias": {
31
- "dev-2.5": "2.x-dev"
+ "dev-2.6": "2.x-dev"
32
}
33
34
manifest.xml.in
@@ -6,7 +6,7 @@
<copyright>
<author name="Jakub Zalas" email="[email protected]"/>
9
- <license type="MIT" url="https://github.com/jakzal/phpunit-globals/blob/2.5/LICENSE"/>
+ <license type="MIT" url="https://github.com/jakzal/phpunit-globals/blob/2.6/LICENSE"/>
10
</copyright>
11
12
<requires>
0 commit comments