Skip to content

Commit 3a31b79

Browse files
authored
Pin verifier to v1.383 for now (#507)
1 parent eb7c064 commit 3a31b79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compatibility.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
id: verify
6363
uses: ChrisCarini/intellij-platform-plugin-verifier-action@latest
6464
with:
65+
# There is an issue with 1.384 where the verifier will `java.lang.OutOfMemoryError: Java heap space`; see below resources:
66+
# - https://platform.jetbrains.com/t/outofmemoryerror-during-plugin-verifier/1036/6
67+
# - https://youtrack.jetbrains.com/issue/MP-7366/Plugin-Verifier-1.384-OOM-when-checking-large-number-of-plugins#focus=Comments-27-11774230.0-0
68+
verifier-version: '1.383'
6569
# Generated from the `generateIdeVersionsList` task above.
6670
ide-versions: build/intellij-platform-plugin-verifier-action-ide-versions-file.txt
6771
# TODO(ChrisCarini) - This can be removed once https://youtrack.jetbrains.com/issue/MP-6711 is resolved.

0 commit comments

Comments
 (0)