Skip to content

Commit

Permalink
Fix laravel version for code coverage (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerManoMann committed Mar 25, 2024
1 parent d3ca7c0 commit 88fa2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
run: |
mkdir -p build/logs
vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
if: matrix.php == '8.2' && matrix.dependencies == 'highest' && matrix.laravel == '8.2'
if: matrix.php == '8.2' && matrix.dependencies == 'highest' && matrix.laravel == '11.0'

- name: Code coverage upload to Coveralls
if: matrix.php == '8.2' && matrix.dependencies == 'highest' && matrix.laravel == '8.2'
if: matrix.php == '8.2' && matrix.dependencies == 'highest' && matrix.laravel == '11.0'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 88fa2df

Please sign in to comment.