From 36c13f3b21bff117f8698326eaf7066d647e7937 Mon Sep 17 00:00:00 2001 From: Alex Stoica Date: Sun, 9 Jan 2022 13:42:03 +0200 Subject: [PATCH] Remove travis-ci php 8.1.0 test (still not working) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 96fdc7a..e6a04bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ php: - 7.3 - 7.4 - 8.0 - - 8.1.0 before_script: composer install --no-interaction --prefer-dist