diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6c710219c..e2951c919 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -82,7 +82,7 @@ jobs: # Make sequence from two outputs with version is not possible here. rust-version: ${{ fromJSON(needs.get-rust-versions.outputs.matrix) }} base-ide: [ IU ] - platform-version: [ 241, 242 ] + platform-version: [ 241 ] # it's enough to verify plugin structure only once per platform version verify-plugin: [ false ] default-edition-for-tests: [ 2021 ]