7.3을 실행하고 있는데 웹서버가 php7.4를 설치하려고 하는 이유는 무엇입니까?

7.3을 실행하고 있는데 웹서버가 php7.4를 설치하려고 하는 이유는 무엇입니까?

아파트를 업그레이드할 때 새 패키지가 설치된다는 알림을 받습니다.

The following NEW packages will be installed:
 libicu65 libapache2-mod-php7.4 libonig4 php7.4 php7.4-bz2 php7.4-cli php7.4-common php7.4-curl php7.4-dev php7.4-fpm php7.4-gd php7.4-json php7.4-mbstring php7.4-mysql php7.4-opcache

하지만 내 웹서버는 php7.3-fpm을 실행하는데, 내가 사용하는 프레임워크가 7.4에 대해 테스트되지 않았기 때문에 지금은 업그레이드하지 않습니다. 7.4로 업데이트하려는 이유는 무엇입니까? 왜 구체적으로 libapache2-mod-php7.4인가요?

또한 항상 다음 중 하나를 선택하므로 패키지를 그대로 유지하도록 설정할 수 없습니다.

apt-mark hold php7.4-common php7.4 libicu65
libicu65 was already set on hold.
php7.4-common set on hold.
php7.4 set on hold.

apt-mark showhold
php7.4
php7.4-common

apt-mark hold php7.4-common php7.4 libicu65
php7.4-common was already set on hold.
php7.4 was already set on hold.
libicu65 set on hold.

apt-mark showhold
libicu65

관련 정보