I try install SOAP extension to Linux Mint 19 Tara. I need version for PHP7.4, which is already working.
sudo apt install php7.4-soap
Result:
Loading package lists… Done
A dependency tree is created
Loading status information... Done
E: Unable to find package php7.4-soap
E: Unable to find package matching mask "php7.4-soap"
E: Unable to find package matching regular expression "php7.4-soap"
PHP7.4 have not SOAP extension or what I am doing wrong?
EDIT:
$ apt-cache search soap | grep "php"
libnusoap-php - SOAP toolkit for PHP
php-soap - SOAP module for PHP [default]
php7.2-soap - SOAP module for PHP

Your OS is too old and not supported by Ondrej PPA anymore.
You can upgrade your OS to a more recent version (suggested as a long-term solution) or try to add this repository (not suggested, always be careful when adding external PPA repositories, especially for old OS):