Skip to content

Commit

Permalink
don't use version matrix for coverage, too many pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
nwilging committed Apr 23, 2022
1 parent 9194608 commit fc8bb67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ jobs:
run-coverage:
name: Run Tests with Coverage
runs-on: ubuntu-latest
strategy:
matrix:
php: [ "7.4", "8.0", "8.1" ]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -17,7 +14,6 @@ jobs:
- name: Composer
uses: php-actions/composer@v5
with:
php_version: ${{ matrix.php }}
php_extensions: xdebug
- name: Run Tests
env:
Expand Down

0 comments on commit fc8bb67

Please sign in to comment.