From d3c189d5bedc45b9d1f0427542dfecb54556e310 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Tue, 23 Jun 2020 12:26:46 +0200 Subject: [PATCH] GitHub Actions - Build - update IDE versions for the plugin verifier --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97257f3..7a6459a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -143,8 +143,9 @@ jobs: with: plugin-location: plugin-artifact/${{ needs.build.outputs.artifact }} ide-versions: | - ideaIC:2020.1 -# ideaIC:LATEST-EAP-SNAPSHOT + ideaIC:2019.3.5 + ideaIC:2020.1.2 + ideaIC:LATEST-EAP-SNAPSHOT # Print the output of the verify step - name: Print Logs