File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Run automated tests
5
5
6
6
on :
7
7
pull_request :
8
- branches : [ master, 1.0.1 -develop, 1 .0.2 -develop ]
8
+ branches : [ master, 1.0.2 -develop, 2 .0.0 -develop ]
9
9
10
10
jobs :
11
11
build-linux :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This is a plugin for Magento 2 development in the PhpStorm IDE. It is available
15
15
6 . Check ` Enable ` and ` OK ` button.
16
16
17
17
## Works with
18
- * PhpStorm >= 2019.3.3
18
+ * PhpStorm >= 2020.1.1
19
19
* JRE >= 1.8
20
20
21
21
## Features
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ repositories {
14
14
}
15
15
16
16
group ' com.magento.idea'
17
- version ' 1 .0.2 '
17
+ version ' 2 .0.0 '
18
18
19
19
apply plugin : ' org.jetbrains.intellij'
20
20
apply plugin : ' java'
21
21
apply plugin : ' groovy'
22
22
23
- def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 193.6494.35 " )
24
- def ideaVersion = System . getProperty(" ideaVersion" , " 2019.3.3 " )
23
+ def phpPluginVersion = System . getProperty(" phpPluginVersion" , " 201.7223.91 " )
24
+ def ideaVersion = System . getProperty(" ideaVersion" , " 2020.1.1 " )
25
25
def javaVersion = 1.8
26
26
27
27
sourceCompatibility = javaVersion
Original file line number Diff line number Diff line change 7
7
<idea-plugin >
8
8
<id >com.magento.idea.magento2plugin</id >
9
9
<name >Magento PhpStorm</name >
10
- <version >1 .0.2 </version >
10
+ <version >2 .0.0 </version >
11
11
<vendor url =" https://github.com/magento/magento2-phpstorm-plugin" >Magento Inc.</vendor >
12
12
13
13
<description ><![CDATA[
24
24
</change-notes >
25
25
26
26
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
27
- <idea-version since-build =" 193.6494.35 " />
27
+ <idea-version since-build =" 201.7223.91 " />
28
28
29
29
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
30
30
on how to target different products -->
You can’t perform that action at this time.
0 commit comments