diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index 0682dc1e8..a1826669e 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: true # cancel all builds if one fails. matrix: - IDEA_VERSION: [2023.1, 2022.3.3, 2021.3.3, 2020.3.4] + IDEA_VERSION: [2022.3.3] needs: prepare runs-on: ubuntu-latest steps: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 90fef6b92..fc0d75421 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: true # cancel all builds if one fails. matrix: - IDEA_VERSION: [2023.1, 2022.3.3, 2021.3.3, 2020.3.4] + IDEA_VERSION: [2022.3.3] needs: prepare runs-on: ubuntu-latest steps: