Skip to content

Commit

Permalink
修复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Dec 31, 2020
1 parent 956eeb4 commit ab8be03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
with:
php-version: "${{ matrix.php }}"
coverage: none
run: php -v && php -m

- name: build and install library with php
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
with:
php-version: "${{ matrix.php }}"
coverage: none
run: php -v && php -m

- name: build and install library with php
run: |
Expand Down Expand Up @@ -164,7 +163,6 @@ jobs:
with:
php-version: "${{ matrix.php }}"
coverage: none
run: php -v && php -m

- name: build and install library with php
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
with:
php-version: "${{ matrix.php }}"
coverage: none
run: php -v && php -m

- name: build and install library with php
run: |
Expand Down

0 comments on commit ab8be03

Please sign in to comment.