From bc63efecc9d0eb5f672b445ab70cdd2d69c36088 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Tue, 3 Feb 2026 15:16:03 +0000 Subject: [PATCH] Use 2.0.8 of test ext --- features/download-extensions.feature | 2 +- test/integration/Command/DownloadCommandTest.php | 2 +- .../DependencyResolver/ResolveDependencyWithComposerTest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/features/download-extensions.feature b/features/download-extensions.feature index 012e392..e757bd0 100644 --- a/features/download-extensions.feature +++ b/features/download-extensions.feature @@ -13,7 +13,7 @@ Feature: Extensions can be downloaded with PIE Examples: | constraint | version | | 2.0.5 | 2.0.5 | - | ^2.0 | 2.0.5 | + | ^2.0 | 2.0.8 | # pie download :dev-main @non-windows diff --git a/test/integration/Command/DownloadCommandTest.php b/test/integration/Command/DownloadCommandTest.php index 13da63e..0d06310 100644 --- a/test/integration/Command/DownloadCommandTest.php +++ b/test/integration/Command/DownloadCommandTest.php @@ -23,7 +23,7 @@ use const PHP_VERSION_ID; #[CoversClass(DownloadCommand::class)] class DownloadCommandTest extends TestCase { - private const TEST_PACKAGE_LATEST = '2.0.5'; + private const TEST_PACKAGE_LATEST = '2.0.8'; private const TEST_PACKAGE = 'asgrim/example-pie-extension'; private CommandTester $commandTester; diff --git a/test/integration/DependencyResolver/ResolveDependencyWithComposerTest.php b/test/integration/DependencyResolver/ResolveDependencyWithComposerTest.php index 0fcfbf5..aac9390 100644 --- a/test/integration/DependencyResolver/ResolveDependencyWithComposerTest.php +++ b/test/integration/DependencyResolver/ResolveDependencyWithComposerTest.php @@ -26,7 +26,7 @@ use const PHP_VERSION_ID; #[CoversClass(ResolveDependencyWithComposer::class)] final class ResolveDependencyWithComposerTest extends TestCase { - private const TEST_PACKAGE_LATEST = '2.0.5'; + private const TEST_PACKAGE_LATEST = '2.0.8'; 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';