Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit b454384

Browse files
committed
update matrix in readme
1 parent 634b66b commit b454384

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ $cacheDir = getenv('TRAVIS') ? getenv('HOME') . '/.php-cs-fixer' : __DIR__;
4444

4545
$config->setCacheFile($cacheDir . '/.php_cs.cache');
4646

47-
4847
return $config;
4948

5049
```
@@ -80,10 +79,9 @@ If you only want to run `php-cs-fixer` on one PHP version, update your build mat
8079
```yml
8180
matrix:
8281
include:
83-
- php: 5.4
84-
- php: 5.5
8582
- php: 5.6
8683
env: CHECK_CS=true
84+
- php: 7.0
8785
8886
script:
8987
- if [[ "$CHECK_CS" == "true" ]]; then vendor/bin/php-cs-fixer fix --config-file=.php_cs --verbose --diff --dry-run; fi

0 commit comments

Comments
 (0)