]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix version check test
authorVirtualTam <virtualtam@flibidi.net>
Mon, 19 Feb 2018 21:18:47 +0000 (22:18 +0100)
committerVirtualTam <virtualtam@flibidi.net>
Mon, 19 Feb 2018 21:18:47 +0000 (22:18 +0100)
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
CHANGELOG.md
tests/ApplicationUtilsTest.php

index 51c60d4c47f933d364073ee01e6100705b201450..84dc18cc63154390bcdd832b49bd1755165fa12f 100644 (file)
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
 
+## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-02-19
+
+### Changed
+- Run version check tests against the 'stable' branch
+
+
 ## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04
 
  **XSS vulnerability fixed. Please update.**
index 861b8d4e506533c1f155f6542018692f64aaea67..4a0975bf0b157e2db9c4ad5499d964730d10d8ef 100644 (file)
@@ -64,7 +64,7 @@ class ApplicationUtilsTest extends PHPUnit_Framework_TestCase
             self::$versionPattern,
             ApplicationUtils::getLatestGitVersionCode(
                 'https://raw.githubusercontent.com/shaarli/Shaarli/'
-               .'master/shaarli_version.php',
+               .'stable/shaarli_version.php',
                 $testTimeout
             )
         );