File tree Expand file tree Collapse file tree 4 files changed +6
-40
lines changed Expand file tree Collapse file tree 4 files changed +6
-40
lines changed Original file line number Diff line number Diff line change 1414jobs :
1515 coding-standards :
1616 name : " CS Fixer & PHPStan"
17- runs-on : " ubuntu-18 .04"
17+ runs-on : " ubuntu-20 .04"
1818
1919 strategy :
2020 matrix :
Original file line number Diff line number Diff line change 1414jobs :
1515 phpunit :
1616 name : " PHPUnit (PHP ${{ matrix.php }})"
17- runs-on : " ubuntu-18 .04"
17+ runs-on : " ubuntu-20 .04"
1818
1919 strategy :
2020 matrix :
2525 - " 7.2"
2626 - " 7.3"
2727 - " 7.4"
28+ - " 8.0"
2829
2930 steps :
3031 - name : " Checkout"
6566
6667 phpunit-coverage :
6768 name : " PHPUnit coverage (PHP ${{ matrix.php }})"
68- runs-on : " ubuntu-18 .04"
69+ runs-on : " ubuntu-20 .04"
6970
7071 strategy :
7172 matrix :
@@ -118,7 +119,7 @@ jobs:
118119
119120 phpunit-lowest :
120121 name : " PHPUnit lowest deps (PHP ${{ matrix.php }})"
121- runs-on : " ubuntu-18 .04"
122+ runs-on : " ubuntu-20 .04"
122123
123124 strategy :
124125 matrix :
@@ -161,7 +162,7 @@ jobs:
161162
162163 phpunit-composerv2 :
163164 name : " PHPUnit with Composer v2 (PHP ${{ matrix.php }})"
164- runs-on : " ubuntu-18 .04"
165+ runs-on : " ubuntu-20 .04"
165166
166167 strategy :
167168 matrix :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Readability
22
33![ CI] ( https://github.com/j0k3r/php-readability/workflows/CI/badge.svg )
4- [ ![ Build Status] ( https://travis-ci.org/j0k3r/php-readability.svg?branch=master )] ( https://travis-ci.org/j0k3r/php-readability )
54[ ![ Coverage Status] ( https://coveralls.io/repos/j0k3r/php-readability/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/j0k3r/php-readability/?branch=master )
65[ ![ Total Downloads] ( https://poser.pugx.org/j0k3r/php-readability/downloads )] ( https://packagist.org/packages/j0k3r/php-readability )
76[ ![ License] ( https://poser.pugx.org/j0k3r/php-readability/license )] ( https://packagist.org/packages/j0k3r/php-readability )
You can’t perform that action at this time.
0 commit comments