Skip to content

Commit 79fdc85

Browse files
committed
update readme and action script
1 parent 6393dd8 commit 79fdc85

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Diff for: .github/workflows/php.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Unit-tests
22

3-
on: [push]
3+
on:
4+
push:
5+
paths:
6+
- '**.php'
7+
- 'composer.json'
8+
- '**.yml'
49

510
jobs:
611
test:

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo Color::render('hello world', 'success');
3535

3636
## PHP file highlight
3737

38-
> This is inspire jakub-onderka/php-console-highlighter
38+
> This is inspire `jakub-onderka/php-console-highlighter`
3939
4040
```php
4141
use Toolkit\Cli\Highlighter;
@@ -184,6 +184,10 @@ Found the mime-type: application/octet-stream
184184
Made some progress, downloaded 641 kb so far
185185
```
186186

187+
## Projects
188+
189+
- https://github.com/inhere/php-console Build rich console application
190+
187191
## License
188192

189193
[MIT](LICENSE)

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": ">7.1.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^7.5"
25+
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)