Skip to content

Commit

Permalink
PHP ^8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-novotny committed Oct 16, 2023
1 parent ba9c660 commit 66e368a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
php:
- '8.1'
- '8.2'
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -40,7 +39,7 @@ jobs:
- name: Run tests
run: |
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
if [[ "${{ matrix.php }}" == '8.1' ]]; then
if [[ "${{ matrix.php }}" == '8.2' ]]; then
composer require --dev --no-interaction --no-progress --quiet scrutinizer/ocular
vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
fi

0 comments on commit 66e368a

Please sign in to comment.