diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 8b5d44c0f46..5c2ecba505c 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: build_target: [ ':plugin-core:buildPlugin', ':plugin-toolkit:intellij-standalone:buildPlugin', ':plugin-amazonq:buildPlugin' ] - version: [ '2024.2', '2024.3', '2025.1' ] + version: [ '2024.2', '2024.3', '2025.1', '2025.2' ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4