Skip to content

Commit

Permalink
up: open test build phar on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 11, 2021
1 parent 5ed21cd commit 6412d38
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 @@ -63,7 +63,7 @@ jobs:
# git status && git log -1 && git fetch --prune --unshallow
# git status && git log -1 && git fetch --depth=500 --tags --force
- name: Test build Phar and run
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '7.4' }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.0' }}
run: |
php -d phar.readonly=0 bin/kite --debug 4 phar:pack -o kite-latest.phar --no-progress
php kite-latest.phar self info
Expand Down

0 comments on commit 6412d38

Please sign in to comment.