Skip to content

Commit 045d615

Browse files
committed
Test build with SDK 2018.3
1 parent 90b553b commit 045d615

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
env:
1616
# see https://www.jetbrains.com/idea/download/previous.html
1717
# and https://www.jetbrains.com/intellij-repository/snapshots/
18+
- IDEA_VERSION: IC-2018.3.6
1819
- IDEA_VERSION: IC-2019.1.4
1920
- IDEA_VERSION: IC-2019.2.4
2021
- IDEA_VERSION: IC-2019.3.3

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,15 @@ For really big files and slow grammars, there is an appreciable delay when displ
7373

7474
<change-notes><![CDATA[
7575
<ul>
76-
<li>xxx (<a href="https://github.com/antlr/intellij-plugin-v4/issues/xxx">#xxx</a>)</li>
76+
<li>Added a new 'Tokens' tab in the preview (<a href="https://github.com/antlr/intellij-plugin-v4/issues/417">#417</a>)</li>
77+
<li>Updated to ANTLR 4.9.2 (<a href="https://github.com/antlr/intellij-plugin-v4/issues/477">#477</a>)</li>
7778
</ul>
7879
See the complete list of <a href="https://github.com/antlr/intellij-plugin-v4/issues?q=milestone%3A1.17+is%3Aclosed">fixed issues</a>.
7980
]]>
8081
</change-notes>
8182

8283
<!-- please see http://confluence.jetbrains.net/display/IDEADEV/Build+Number+Ranges for description -->
83-
<idea-version since-build="171"/> <!-- requires IntelliJ 2017.1+ -->
84+
<idea-version since-build="183"/> <!-- requires IntelliJ 2018.3+ -->
8485

8586
<!-- please see http://confluence.jetbrains.net/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
8687
on how to target different products -->

0 commit comments

Comments
 (0)