Skip to content

Commit

Permalink
Only support IDEA 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Sep 22, 2024
1 parent 125185f commit 2f7d6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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, 243 ]
build: [ 242 ]
name: ${{ format('{0}-{1}', matrix.ide, matrix.build) }}
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion kmp-nativecoroutines-idea-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ intellijPlatform {

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

vendor {
Expand Down

0 comments on commit 2f7d6a2

Please sign in to comment.