Skip to content

Commit 785c0b7

Browse files
authored
Merge branch '2.x' into deprec-sync
2 parents 692eb01 + 259f4d3 commit 785c0b7

File tree

4 files changed

+2
-26
lines changed

4 files changed

+2
-26
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- '*.x'
77
pull_request:
88

99
jobs:

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Static analysis
33
on:
44
push:
55
branches:
6-
- master
6+
- '*.x'
77
pull_request:
88

99
jobs:

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
"friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
2929
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
3030
},
31-
"extra": {
32-
"branch-alias": {
33-
"dev-master": "2.x-dev"
34-
}
35-
},
3631
"autoload": {
3732
"psr-4": {
3833
"Http\\Client\\": "src/"

0 commit comments

Comments
 (0)