Skip to content

Commit 5a746ff

Browse files
committed
fix unit test error
1 parent d733ce4 commit 5a746ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

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

0 commit comments

Comments
 (0)