From 9d2df09406157ea3bdaa1671bd072a9775199510 Mon Sep 17 00:00:00 2001 From: Qasim Abdullah <89213175+qasim-at-tci@users.noreply.github.com> Date: Fri, 16 Jun 2023 19:02:10 +0500 Subject: [PATCH] remove 8.2 from allow failures --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index adbad46..0aa111b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: - php: "hhvm" # Travis-CI's 8.2 is currently broken, see: # https://github.com/defuse/php-encryption/pull/506#issuecomment-1594084107 - - php: "8.2" + #- php: "8.2" install: - composer install before_script: