Skip to content

Commit

Permalink
Revert "Upgrade intellij-platform-plugin-verifier-action and use ide_…
Browse files Browse the repository at this point in the history
…versions_file.txt"

This reverts commit 0e66e55.
  • Loading branch information
nowsprinting committed Feb 11, 2021
1 parent e3003b0 commit fac8256
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,22 @@ jobs:
path: build/distributions

- name: Check plugin compatibility
uses: ChrisCarini/intellij-platform-plugin-verifier-action@v1.0.3
uses: ChrisCarini/intellij-platform-plugin-verifier-action@v0.0.2
with:
ide-versions: .github/workflows/ide_versions_file.txt
ide-versions: |
ideaIC:2020.1
ideaIU:2020.1
clion:2020.1
goland:2020.1
pycharmPC:2020.1
pycharmPY:2020.1
riderRD:2020.1
ideaIC:LATEST-EAP-SNAPSHOT
ideaIU:LATEST-EAP-SNAPSHOT
clion:LATEST-EAP-SNAPSHOT
goland:LATEST-EAP-SNAPSHOT
pycharmPC:LATEST-EAP-SNAPSHOT
pycharmPY:LATEST-EAP-SNAPSHOT
- uses: nowsprinting/check-version-format-action@v1
id: version
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/ide_versions_file.txt

This file was deleted.

0 comments on commit fac8256

Please sign in to comment.