From 3cef67efb0fdb79dd8ea9503bdc63a5842fd6af8 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Wed, 4 Feb 2026 17:37:45 +0000 Subject: [PATCH] Use asgrim/example-pie-extension 2.0.9 for tests --- 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 e757bd07..7f33956e 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.8 | + | ^2.0 | 2.0.9 | # pie download :dev-main @non-windows diff --git a/test/integration/Command/DownloadCommandTest.php b/test/integration/Command/DownloadCommandTest.php index 0d063107..fb580fe8 100644 --- a/test/integration/Command/DownloadCommandTest.php +++ b/test/integration/Command/DownloadCommandTest.php @@ -23,7 +23,7 @@ #[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; diff --git a/test/integration/DependencyResolver/ResolveDependencyWithComposerTest.php b/test/integration/DependencyResolver/ResolveDependencyWithComposerTest.php index aac93901..06257ba8 100644 --- a/test/integration/DependencyResolver/ResolveDependencyWithComposerTest.php +++ b/test/integration/DependencyResolver/ResolveDependencyWithComposerTest.php @@ -26,7 +26,7 @@ #[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';