Skip to content

Commit 674e23f

Browse files
committed
test php8
1 parent 320e3c1 commit 674e23f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
- name: Install dependencies(php8)
3232
if: ${{ matrix.php-versions == '8.0' }}
3333
run: |
34-
composer self-update
35-
composer install --no-interaction --prefer-source --dev
36-
composer remove phpunit/phpunit --dev
34+
echo ${{ matrix.php-versions }}
35+
# composer self-update
3736
composer require phpunit/phpunit=8.0.0
37+
composer install --no-interaction --prefer-source --dev
38+
3839

3940
- name: Run cases
4041
run: |

0 commit comments

Comments
 (0)