Hi @Montana!
Is it possible to set up an alias from 8.1 to 8.1.0?
Best regards
This configuration worked for me eventually:
language: php
dist: bionic
php:
- '8.1.0'
Build trying to use 8.1 fails for me. Aliased PHP archive is not available in storage for Ubuntu 16.04. My Travis config doesnât specify dist , so using default.
It would be awesome if this could be resolved. And weird itâs not when build succeeded for Mustafa in previous replies.
Looking closer at Building a PHP project - Travis CI itâs clear that there is no 8.1 archive, only 8.1.0. Itâs not clear though why this version have a special treatment, or rather donât, because it doesnât have a short version archive.