Skip to content

Commit

Permalink
Update latest ide version for the verifier to ideaIC:2024.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkondratek committed Nov 4, 2024
1 parent 554da30 commit 0a035ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
plugin-location: '*.zip'
ide-versions: |
ideaIC:2023.2
ideaIC:2024.2.3
ideaIC:2024.2.4
failure-levels: |
OVERRIDE_ONLY_API_USAGES
NON_EXTENDABLE_API_USAGES
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ val isForceCodeSearchBuild = properties("forceCodeSearchBuild") == "true"
// Remove unsupported old versions from this list.
// Update gradle.properties pluginSinceBuild, pluginUntilBuild to match the min, max versions in
// this list.
val versionsOfInterest = listOf("2023.2", "2023.3", "2024.1", "2024.2.3").sorted()
val versionsOfInterest = listOf("2023.2", "2023.3", "2024.1", "2024.2.4").sorted()
val versionsToValidate =
when (project.properties["validation"]?.toString()) {
"lite" -> listOf(versionsOfInterest.first(), versionsOfInterest.last())
Expand Down

0 comments on commit 0a035ee

Please sign in to comment.