Skip to content

Commit

Permalink
Add teamcity tests for stable versions of IJ
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Oct 20, 2023
1 parent 8c06767 commit 96db8a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .teamcity/_Self/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ object Project : Project({
vcsRoot(GitHubPullRequest)

// Active tests
buildType(TestingBuildType("2023.2", "<default>", version = "2023.2.3"))
buildType(TestingBuildType("2023.1", "<default>", version = "2023.1.5"))
buildType(TestingBuildType("Latest EAP", "<default>", version = "LATEST-EAP-SNAPSHOT"))
buildType(TestingBuildType("Latest EAP With Xorg", "<default>", version = "LATEST-EAP-SNAPSHOT"))

Expand Down

0 comments on commit 96db8a3

Please sign in to comment.