Skip to content

Commit e877272

Browse files
Update tests.yml
1 parent bec23d6 commit e877272

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ on:
66

77
jobs:
88
tests:
9-
9+
name: PHP ${{ matrix.php }}
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
1414

15-
name: PHP ${{ matrix.php }}
16-
1715
steps:
1816
- name: Checkout code
1917
uses: actions/checkout@v2
@@ -38,13 +36,8 @@ jobs:
3836
run: composer test
3937

4038
coverage:
41-
42-
runs-on: ubuntu-latest
43-
strategy:
44-
matrix:
45-
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
46-
4739
name: Code Coverage
40+
runs-on: ubuntu-latest
4841

4942
steps:
5043
- name: Checkout code
@@ -66,5 +59,5 @@ jobs:
6659

6760
- name: Upload coverage
6861
run: |
69-
wget https://scrutinizer-ci.com/ocular.phar; fi
62+
wget https://scrutinizer-ci.com/ocular.phar
7063
php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml

0 commit comments

Comments
 (0)