mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-26 20:14:46 +01:00
0f64504317
In the hope of fixing the failure on GH actions.
6 lines
259 B
Bash
Executable File
6 lines
259 B
Bash
Executable File
VERSION=$1
|
|
wget -q https://github.com/php/php-src/archive/php-$VERSION.tar.gz
|
|
mkdir -p ./data/php-src
|
|
tar -xzf ./php-$VERSION.tar.gz -C ./data/php-src --strip-components=1
|
|
php test_old/run.php --verbose --no-progress --php-version=$VERSION PHP ./data/php-src
|