Revert CI workaround for masterminds/html5

Signed-off-by: Alexander M. Turek <me@derrabus.de>
This commit is contained in:
Alexander M. Turek 2021-07-01 16:52:12 +02:00
parent 7c6c7b0331
commit 44ca13ef40
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ jobs:
run: |
echo "extensions=mbstring" >> $GITHUB_ENV
composer config platform.php 8.0.99
composer require --dev --no-update masterminds/html5:~2.7.5@dev
- name: Setup PHP
uses: shivammathur/setup-php@v2