Skip to content
Snippets Groups Projects
Unverified Commit e877272d authored by Graham Campbell's avatar Graham Campbell Committed by GitHub
Browse files

Update tests.yml

parent bec23d6b
No related branches found
No related tags found
No related merge requests found
......@@ -6,14 +6,12 @@ on:
jobs:
tests:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
name: PHP ${{ matrix.php }}
steps:
- name: Checkout code
uses: actions/checkout@v2
......@@ -38,13 +36,8 @@ jobs:
run: composer test
coverage:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
name: Code Coverage
runs-on: ubuntu-latest
steps:
- name: Checkout code
......@@ -66,5 +59,5 @@ jobs:
- name: Upload coverage
run: |
wget https://scrutinizer-ci.com/ocular.phar; fi
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment