Skip to content

Commit

Permalink
chore(intellij): use 2023.3 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Jan 4, 2024
1 parent 0a74307 commit 3f7847e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/intellij/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ pluginUntilBuild = 233.*

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions = 2023.1,2023.2
pluginVerifierIdeVersions = 2023.1,2023.2,2023.3

platformType = IC
platformVersion = 2023.1
platformVersion = 2023.3
platformDownloadSources = true

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Expand Down

0 comments on commit 3f7847e

Please sign in to comment.