1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

Use asgrim/example-pie-extension 2.0.9 for tests

This commit is contained in:
James Titcumb
2026-02-04 17:37:45 +00:00
parent bfb859a4c0
commit 3cef67efb0
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ Feature: Extensions can be downloaded with PIE
Examples:
| constraint | version |
| 2.0.5 | 2.0.5 |
| ^2.0 | 2.0.8 |
| ^2.0 | 2.0.9 |
# pie download <ext>:dev-main
@non-windows

View File

@@ -23,7 +23,7 @@ use const PHP_VERSION_ID;
#[CoversClass(DownloadCommand::class)]
class DownloadCommandTest extends TestCase
{
private const TEST_PACKAGE_LATEST = '2.0.8';
private const TEST_PACKAGE_LATEST = '2.0.9';
private const TEST_PACKAGE = 'asgrim/example-pie-extension';
private CommandTester $commandTester;

View File

@@ -26,7 +26,7 @@ use const PHP_VERSION_ID;
#[CoversClass(ResolveDependencyWithComposer::class)]
final class ResolveDependencyWithComposerTest extends TestCase
{
private const TEST_PACKAGE_LATEST = '2.0.8';
private const TEST_PACKAGE_LATEST = '2.0.9';
private const DOWNLOAD_URL_ANY = 'https://api.github.com/repos/asgrim/example-pie-extension/zipball/%s';
private const DOWNLOAD_URL_1_0_1_ALPHA_3 = 'https://api.github.com/repos/asgrim/example-pie-extension/zipball/115f8f8e01ee098a18ec2f47af4852be51ebece7';
private const DOWNLOAD_URL_1_0_1 = 'https://api.github.com/repos/asgrim/example-pie-extension/zipball/769f906413d6d1e12152f6d34134cbcd347ca253';