Skip to content

Commit d57ba9f

Browse files
author
Greg Bowler
authored
Improve CI (#43)
* Improve CI * Build URI variable, not overriding temp var
1 parent 6599d5c commit d57ba9f

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
with:
4545
php_version: 8.0
4646
php_extensions: xdebug
47+
memory_limit: 256M
4748
configuration: test/phpunit/phpunit.xml
4849
bootstrap: vendor/autoload.php
4950

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ This repository is an implementation of the PSR-7 interfaces for use within PHP.
99

1010
***
1111

12-
<a href="https://circleci.com/gh/PhpGt/Http" target="_blank">
13-
<img src="https://img.shields.io/circleci/project/PhpGt/Http.svg?style=flat-square" alt="PHP.Gt/Http build status" />
12+
<a href="https://github.com/PhpGt/Http/actions" target="_blank">
13+
<img src="https://badge.status.php.gt/http-build" alt="PHP.Gt/Http build status" />
1414
</a>
1515
<a href="https://scrutinizer-ci.com/g/PhpGt/Http" target="_blank">
16-
<img src="https://img.shields.io/scrutinizer/g/PhpGt/Http.svg?style=flat-square" alt="PHP.Gt/Http code quality" />
16+
<img src="https://badge.status.php.gt/http-quality" alt="PHP.Gt/Http code quality" />
1717
</a>
1818
<a href="https://scrutinizer-ci.com/g/PhpGt/Http" target="_blank">
19-
<img src="https://img.shields.io/scrutinizer/coverage/g/PhpGt/Http/master.svg?style=flat-square" alt="PHP.Gt/Http code coverage" />
19+
<img src="https://badge.status.php.gt/http-coverage" alt="PHP.Gt/Http code coverage" />
2020
</a>
2121
<a href="https://packagist.PhpGt/packages/PhpGt/Http" target="_blank">
22-
<img src="https://img.shields.io/packagist/v/PhpGt/Http.svg?style=flat-square" alt="PHP.Gt/Http latest release" />
22+
<img src="https://badge.status.php.gt/http-version" alt="PHP.Gt/Http latest release" />
2323
</a>
2424
<a href="http://www.php.gt/Http" target="_blank">
25-
<img src="https://img.shields.io/badge/docs-www.php.gt/Http-26a5e3.svg?style=flat-square" alt="PHP.Gt/Http documentation" />
25+
<img src="https://badge.status.php.gt/http-docs" alt="PHP.Gt/Http documentation" />
2626
</a>
2727

2828
[fig]: https://www.php-fig.org/psr/psr-7/

0 commit comments

Comments
 (0)