PHP 8.1 support

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.

build

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.