Skip to content

Commit fab3374

Browse files
committed
Fix build
1 parent 36e166d commit fab3374

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
uses: ChrisCarini/intellij-platform-plugin-verifier-action@v2.0.1
3434
with:
3535
ide-versions: |
36-
ideaIU:2022.2
37-
ideaIU:2023.1
38-
ideaIU:2024.1
39-
ideaIU:LATEST-EAP-SNAPSHOT
36+
phpstorm:2022.2
37+
phpstorm:2023.1
38+
phpstorm:2024.1
39+
phpstorm:LATEST-EAP-SNAPSHOT
4040
- name: Upload release assets
4141
uses: softprops/action-gh-release@v2
4242
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)