Skip to content

Commit

Permalink
fix unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 26, 2021
1 parent d733ce4 commit 5a746ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Generate changelog file
id: changelog
if: ${{ matrix.php == '7.4' }}
if: ${{ matrix.php == '8.0' }}
run: |
wget -c -q https://github.com/inhere/kite/releases/latest/download/kite.phar
php kite.phar git cl last head --style gh-release --no-merges --fetch-tags --unshallow --file example/changelog.md
Expand Down

0 comments on commit 5a746ff

Please sign in to comment.