Skip to content

Commit fb85780

Browse files
committed
build: target IntelliJ IDEA 2025.2 (IU build 252.23892)
Switch the platform back from PS 2026.1.1 to base IU 2025.2 and pin the PHP-family plugins to the matching 252.23892 builds (php/codeception 252.23892.458, gherkin 252.23892.201) so they load on that build instead of the 2025.2.6 versions, which require a newer core and drop the Testo plugin with them.
1 parent 1c35b64 commit fb85780

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@ pluginGroup = com.github.xepozz.testo
44
pluginName = Testo
55
pluginRepositoryUrl = https://github.com/j-plugins/testo-plugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2026.3
7+
pluginVersion = 2026.3.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 252
1111

1212
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
13+
# IU (IDEA Ultimate) pins each PHP-family plugin to a matching 252.x marketplace build.
1314
platformType = IU
1415
platformVersion = 2025.2
1516

1617
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1718
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
18-
platformPlugins=com.jetbrains.php:252.23892.360,com.jetbrains.hackathon.indices.viewer:1.31,org.jetbrains.plugins.phpstorm-remote-interpreter:252.23892.360,com.jetbrains.php.codeception:252.23892.360,com.jetbrains.php.behat:252.23892.360,gherkin:252.23892.201,com.github.xepozz.ide.introspector:2026.1.0
19+
platformPlugins=com.jetbrains.php:252.23892.458,com.jetbrains.hackathon.indices.viewer:1.31,org.jetbrains.plugins.phpstorm-remote-interpreter:252.23892.360,com.jetbrains.php.codeception:252.23892.458,com.jetbrains.php.behat:252.23892.360,gherkin:252.23892.201,com.github.xepozz.ide.introspector:2026.0.2
1920
# Example: platformBundledPlugins = com.intellij.java
2021
platformBundledPlugins =
2122
# Example: platformBundledModules = intellij.spellchecker

0 commit comments

Comments
 (0)