Skip to content

Commit

Permalink
Merge pull request #192 from rickclephas/feature/idea-2024.3
Browse files Browse the repository at this point in the history
IntelliJ IDEA 2024.3
  • Loading branch information
rickclephas authored Dec 3, 2024
2 parents 2cf808a + 0ed687f commit 29ba547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-idea-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
ide: [ IC, IU, AI ]
build: [ 242 ]
build: [ 243 ]
name: ${{ format('{0}-{1}', matrix.ide, matrix.build) }}
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions kmp-nativecoroutines-idea-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kotlin {

dependencies {
intellijPlatform {
intellijIdeaCommunity("2024.2.1")
intellijIdeaCommunity("2024.3")

bundledPlugins("org.jetbrains.kotlin", "com.intellij.gradle")

Expand Down Expand Up @@ -53,8 +53,8 @@ intellijPlatform {
""".trimIndent()

ideaVersion {
sinceBuild = "242"
untilBuild = "242.*"
sinceBuild = "243"
untilBuild = "243.*"
}

vendor {
Expand Down

0 comments on commit 29ba547

Please sign in to comment.