Skip to content

Commit

Permalink
Changed openmage version for qa (use latest release)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Dec 22, 2020
1 parent 28ede0b commit b622766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
include:
- machine: 'ubuntu-18.04'
php-version: '7.3'
run-job: 'OpenMage LTS 20.0.3 PHP 7.3'
run-job: 'OpenMage LTS 20.0.4 PHP 7.3'
experimental: false

env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function versionListing()
$tester = new InstallCommandTester();
$packages = $tester->getMagentoPackages($command);

$this->assertOngoingPackageVersions($packages, 2, 4);
$this->assertOngoingPackageVersions($packages, 2, 5);
}

/**
Expand Down

0 comments on commit b622766

Please sign in to comment.