Skip to content

Commit 3cef67e

Browse files
committed
Use asgrim/example-pie-extension 2.0.9 for tests
1 parent bfb859a commit 3cef67e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

features/download-extensions.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Feature: Extensions can be downloaded with PIE
1313
Examples:
1414
| constraint | version |
1515
| 2.0.5 | 2.0.5 |
16-
| ^2.0 | 2.0.8 |
16+
| ^2.0 | 2.0.9 |
1717

1818
# pie download <ext>:dev-main
1919
@non-windows

test/integration/Command/DownloadCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#[CoversClass(DownloadCommand::class)]
2424
class DownloadCommandTest extends TestCase
2525
{
26-
private const TEST_PACKAGE_LATEST = '2.0.8';
26+
private const TEST_PACKAGE_LATEST = '2.0.9';
2727
private const TEST_PACKAGE = 'asgrim/example-pie-extension';
2828

2929
private CommandTester $commandTester;

test/integration/DependencyResolver/ResolveDependencyWithComposerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#[CoversClass(ResolveDependencyWithComposer::class)]
2727
final class ResolveDependencyWithComposerTest extends TestCase
2828
{
29-
private const TEST_PACKAGE_LATEST = '2.0.8';
29+
private const TEST_PACKAGE_LATEST = '2.0.9';
3030
private const DOWNLOAD_URL_ANY = 'https://api.github.com/repos/asgrim/example-pie-extension/zipball/%s';
3131
private const DOWNLOAD_URL_1_0_1_ALPHA_3 = 'https://api.github.com/repos/asgrim/example-pie-extension/zipball/115f8f8e01ee098a18ec2f47af4852be51ebece7';
3232
private const DOWNLOAD_URL_1_0_1 = 'https://api.github.com/repos/asgrim/example-pie-extension/zipball/769f906413d6d1e12152f6d34134cbcd347ca253';

0 commit comments

Comments
 (0)