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 a0f30f4 commit 9cf86bfCopy full SHA for 9cf86bf
.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, 2021.1, 2021.2, LATEST-EAP-SNAPSHOT]
+ ideaVersion: [2020.1, 2020.2, 2020.3, 2021.1, 2021.2, 2021.3, LATEST-EAP-SNAPSHOT]
11
name: 'IDEA ${{ matrix.ideaVersion }}'
12
env:
13
IDEA_VERSION: ${{ matrix.ideaVersion }}
0 commit comments