Skip to content
Snippets Groups Projects
Unverified Commit 785c0b79 authored by David Buchmann's avatar David Buchmann Committed by GitHub
Browse files

Merge branch '2.x' into deprec-sync

parents 692eb018 259f4d3a
Branches
Tags upstream/1.1.0+ds
No related merge requests found
name: Checks
on:
push:
branches:
- master
pull_request:
jobs:
roave-bc-check:
name: Roave BC Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Roave BC Check
uses: "docker://nyholm/roave-bc-check-ga"
......@@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- '*.x'
pull_request:
jobs:
......
......@@ -3,7 +3,7 @@ name: Static analysis
on:
push:
branches:
- master
- '*.x'
pull_request:
jobs:
......
......@@ -28,11 +28,6 @@
"friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Client\\": "src/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment