Skip to content

Commit 310e78d

Browse files
authored
Merge pull request #1743 from Haehnchen/feature/phpstorm-2021-3
PhpStorm 2021.3 build environment
2 parents a904eab + 1cbe68f commit 310e78d

File tree

3 files changed

+8
-37
lines changed

3 files changed

+8
-37
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
- name: setting env vars
4040
run: echo "Main version ${ORG_GRADLE_PROJECT_ideaVersion}"
4141
env:
42-
ORG_GRADLE_PROJECT_ideaVersion: "IU-2021.1"
43-
ORG_GRADLE_PROJECT_phpPluginVersion: "211.6693.120"
44-
ORG_GRADLE_PROJECT_twigPluginVersion: "211.6693.44"
42+
ORG_GRADLE_PROJECT_ideaVersion: "IU-2021.3"
43+
ORG_GRADLE_PROJECT_phpPluginVersion: "213.5744.279"
44+
ORG_GRADLE_PROJECT_twigPluginVersion: "213.5744.224"
4545
ORG_GRADLE_PROJECT_toolboxPluginVersion: "0.4.6"
4646
ORG_GRADLE_PROJECT_annotationPluginVersion: "5.3"
47-
ORG_GRADLE_PROJECT_dqlPluginVersion: "211.6693.65"
47+
ORG_GRADLE_PROJECT_dqlPluginVersion: "213.5744.125"
4848

4949
- name: Grant execute permission for gradlew
5050
run: chmod +x gradlew

.travis.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ideaVersion = IU-2021.1
2-
phpPluginVersion = 211.6693.120
3-
twigPluginVersion = 211.6693.44
4-
dqlPluginVersion = 211.6693.65
1+
ideaVersion = IU-2021.3
2+
phpPluginVersion = 213.5744.279
3+
twigPluginVersion = 213.5744.224
4+
dqlPluginVersion = 213.5744.125
55
toolboxPluginVersion = 0.4.6
66
annotationPluginVersion = 5.3

0 commit comments

Comments
 (0)