Skip to content

Commit 9cf86bf

Browse files
committed
Add ideaVersion 2021.3 to the CI matrix
1 parent a0f30f4 commit 9cf86bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ideaVersion: [2020.1, 2020.2, 2020.3, 2021.1, 2021.2, LATEST-EAP-SNAPSHOT]
10+
ideaVersion: [2020.1, 2020.2, 2020.3, 2021.1, 2021.2, 2021.3, LATEST-EAP-SNAPSHOT]
1111
name: 'IDEA ${{ matrix.ideaVersion }}'
1212
env:
1313
IDEA_VERSION: ${{ matrix.ideaVersion }}

0 commit comments

Comments
 (0)