geerlingguy / ansible-role-php-versions

Ansible Role - PHP Versions
https://galaxy.ansible.com/geerlingguy/php-versions/
MIT License
98 stars 73 forks source link

No package matching 'php7.3' is available #45

Closed windbridges closed 4 years ago

windbridges commented 4 years ago

I getting this error on fresh ubuntu installation on vagrant box. Tried several distribs of ubuntu and debian, different php versions (7.2/7.3/7.4) in php_version and php_default_version_debian, but error is always the same. What can I do to find the reason?

windbridges commented 4 years ago

oh, it seems like problem actually is not here. I guess now is unable to install php via apt-get to old Ubuntu distribs. Now tried it with ubuntu/bionic64 18.04 and it works fine.