We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ebffb commit b2c649bCopy full SHA for b2c649b
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- ideaVersion: [2020.1, 2020.2, 2020.3, LATEST-EAP-SNAPSHOT]
+ ideaVersion: [2020.1, 2020.2, 2020.3, 2021.1, 2021.2, LATEST-EAP-SNAPSHOT]
11
name: 'IDEA ${{ matrix.ideaVersion }}'
12
env:
13
IDEA_VERSION: ${{ matrix.ideaVersion }}
0 commit comments