1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 11:54:52 +01:00

Test against 8.0.0rc1

This should fix the remaining test failures.
This commit is contained in:
Nikita Popov 2020-09-30 20:51:01 +02:00
parent eff72eeffa
commit 51e0b30843

View File

@ -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