Skip to content

Commit

Permalink
Drop test run for php7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel committed Feb 17, 2024
1 parent bd39ea0 commit a4aef86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
php-version: ['8.0', '8.1', '8.2', '8.3']
composer-flags: ["--prefer-lowest --prefer-stable", ""]
fail-fast: false
services:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover=coverage.clover

- name: Upload coverage report to codecov
if: matrix.php-version == '7.3'
if: matrix.php-version == '8.3'
run: |
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
Expand Down

0 comments on commit a4aef86

Please sign in to comment.