Skip to content

Commit bc5a166

Browse files
committed
:octocat: branch adjustment
1 parent 7231f00 commit bc5a166

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
on:
1414
push:
1515
branches:
16-
- main
16+
- v1.x
1717
pull_request:
1818
branches:
19-
- main
19+
- v1.x
2020

2121
name: "Continuous Integration"
2222

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Add [PSR-17](https://www.php-fig.org/psr/psr-17/) factories and a [PSR-18](https
1313
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/phpunit-http.svg?logo=packagist&logoColor=fff
1414
[packagist]: https://packagist.org/packages/chillerlan/phpunit-http
1515
[license-badge]: https://img.shields.io/github/license/chillerlan/phpunit-http
16-
[license]: https://github.com/chillerlan/phpunit-http/blob/main/LICENSE
17-
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/phpunit-http/ci.yml?branch=main&logo=github&logoColor=fff
18-
[gh-action]: https://github.com/chillerlan/phpunit-http/actions/workflows/ci.yml?query=branch%3Amain
16+
[license]: https://github.com/chillerlan/phpunit-http/blob/v1.x/LICENSE
17+
[gh-action-badge]: https://img.shields.io/github/actions/workflow/status/chillerlan/phpunit-http/ci.yml?branch=v1.x&logo=github&logoColor=fff
18+
[gh-action]: https://github.com/chillerlan/phpunit-http/actions/workflows/ci.yml?query=branch%3Av1.x
1919
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/phpunit-http.svg?logo=packagist&logoColor=fff
2020
[downloads]: https://packagist.org/packages/chillerlan/phpunit-http/stats
2121

2222
## Overview
2323

2424
### Features
2525

26-
A PSR-18 HTTP client and PSR-17 factories for your unit tetss. That's it.
26+
A PSR-18 HTTP client and PSR-17 factories for your unit tets. That's it.
2727

2828
### Requirements
2929

0 commit comments

Comments
 (0)