Skip to content

Commit e8ae205

Browse files
committed
Disable EAP testing
Too many broken builds because of unstable IDE releases
1 parent 7546d92 commit e8ae205

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
phpstorm:2023.2
3737
phpstorm:2024.1
3838
phpstorm:2025.1
39-
phpstorm:LATEST-EAP-SNAPSHOT
4039
- name: Upload release assets
4140
uses: softprops/action-gh-release@v2
4241
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
.DS_Store
22
*.iml
3-
local.properties
43
/src/main/gen
54
/.idea
65
/.kotlin
76
/.intellijPlatform
87
/.gradle
98
/build
10-
/out

0 commit comments

Comments
 (0)