We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e166d commit fab3374Copy full SHA for fab3374
.github/workflows/build.yaml
@@ -33,10 +33,10 @@ jobs:
33
uses: ChrisCarini/intellij-platform-plugin-verifier-action@v2.0.1
34
with:
35
ide-versions: |
36
- ideaIU:2022.2
37
- ideaIU:2023.1
38
- ideaIU:2024.1
39
- ideaIU:LATEST-EAP-SNAPSHOT
+ phpstorm:2022.2
+ phpstorm:2023.1
+ phpstorm:2024.1
+ phpstorm:LATEST-EAP-SNAPSHOT
40
- name: Upload release assets
41
uses: softprops/action-gh-release@v2
42
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
0 commit comments