You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently dependencies cannot resolve non-conflicting installable versions on php8.0. Failing build commands are marked with continue-on-error: ${{matrix.php-versions == '8.0' }} # [temp-php8] to ignore php8.0 errors in the .github/workflows/ci.yml. It's the required to also ignore build errors on php8.0 for phpList/rest-api which depends on phpList/core.
Once we are fully able to support php8.0 on core, build error for php8.0 ignored in phpList/rest-api may no longer be ignored.
The text was updated successfully, but these errors were encountered:
Description
Currently dependencies cannot resolve non-conflicting installable versions on
php8.0
. Failing build commands are marked withcontinue-on-error: ${{matrix.php-versions == '8.0' }} # [temp-php8]
to ignorephp8.0
errors in the .github/workflows/ci.yml. It's the required to also ignore build errors onphp8.0
forphpList/rest-api
which depends onphpList/core
.Once we are fully able to support php8.0 on core, build error for
php8.0
ignored inphpList/rest-api
may no longer be ignored.The text was updated successfully, but these errors were encountered: