1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Fix versioning for GitHub Enterprise Server 3.6 (#29070)

This commit is contained in:
Matt Pollard
2022-07-18 10:50:56 +02:00
committed by GitHub
parent f7434b9cb9
commit 4150dc04d7
5 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
versions:
ghec: '*'
ghes: '>=3.5'
ghes: '>=3.6'
ghae: 'issue-5740'

View File

@@ -3,5 +3,5 @@
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.5'
ghes: '>=3.6'
ghae: 'issue-5892'

View File

@@ -1,4 +1,3 @@
versions:
ghec: '*'
ghes: '>=3.5'
ghae: 'issue-5739'