From 51e0b30843955c437c3ee27b31e1778a7d77e8bc Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 30 Sep 2020 20:51:01 +0200 Subject: [PATCH] Test against 8.0.0rc1 This should fix the remaining test failures. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 207edbe..7a33f50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ matrix: - name: PHP 8.0 Code on PHP 7.0 Integration Tests php: 7.0 script: - - test_old/run-php-src.sh 8.0.0beta4 + - test_old/run-php-src.sh 8.0.0rc1 allow_failures: - name: PHP 8.0 Code on PHP 7.0 Integration Tests fast_finish: true