]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14671 Update Github Enterprise supported version to 2.21
authorJacek <jacek.poreda@sonarsource.com>
Wed, 7 Apr 2021 13:34:08 +0000 (15:34 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 7 Apr 2021 20:03:49 +0000 (20:03 +0000)
server/sonar-docs/src/pages/analysis/github-integration.md
server/sonar-docs/src/pages/setup/upgrade-notes.md

index a7fca129289e973caba285c32787e4857c02d7f8..5dbdf962250ceae8e4484b1441edf7abdc91f3a5 100644 (file)
@@ -13,7 +13,7 @@ With this integration, you'll be able to:
 - **Authenticate with GitHub** - Sign in to SonarQube with your GitHub credentials.  
 
 ## Prerequisites
-To add pull request decoration to Checks in GitHub Enterprise, you must be running GitHub Enterprise version 2.15+.
+To add pull request decoration to Checks in GitHub Enterprise, you must be running GitHub Enterprise version 2.21+.
 
 ### Branch Analysis
 Community Edition doesn't support the analysis of multiple branches, so you can only analyze your main branch. With [Developer Edition](https://redirect.sonarsource.com/editions/developer.html), you can analyze multiple branches and pull requests.
index a4389a9c4815ebd68febb538911872d6efe5c130..25b4a0205d00b5b9f0bb9b7513580fb167dd58cb 100644 (file)
@@ -2,6 +2,10 @@
 title: Release Upgrade Notes
 url: /setup/upgrade-notes/
 ---
+## Release 8.9 Upgrade Notes
+**GitHub Enterprise compatibility**  
+SonarQube 8.9 only supports GitHub Enterprise 2.21+ for pull request decoration (the previous minimum version was 2.15).
+
 ## Release 8.8 Upgrade Notes  
 **CSS analysis now requires Node.js 10+**  
 In order to analyze CSS code, you now need to have Node.js 10+ installed on the machine running the scan.