Skip to content

Commit

Permalink
Try GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cicnavi committed Jan 24, 2025
1 parent beffef9 commit b328784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,15 @@ jobs:
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Run unit tests with coverage
if: ${{ matrix.php-versions == '8.3' && matrix.jwt-version == '^4.0' }}
if: ${{ matrix.php-versions == '8.3' && matrix.jwt-version == '^4.0.2' }}
run: vendor/bin/phpunit

- name: Run unit tests (no coverage)
if: ${{ matrix.php-versions != '8.3' }}
run: vendor/bin/phpunit --no-coverage

- name: Save coverage data
if: ${{ matrix.php-versions == '8.3' && matrix.jwt-version == '^4.0' }}
if: ${{ matrix.php-versions == '8.3' && matrix.jwt-version == '^4.0.2' }}
uses: actions/upload-artifact@v4
with:
name: coverage-data
Expand Down

0 comments on commit b328784

Please sign in to comment.