Skip to content

Commit be0d7ca

Browse files
committed
provide last working infrastructure (IU-2021.2.3) before 2021.3 breaking changes
1 parent c730dcd commit be0d7ca

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.3"
43-
ORG_GRADLE_PROJECT_phpPluginVersion: "213.5744.279"
44-
ORG_GRADLE_PROJECT_twigPluginVersion: "213.5744.224"
42+
ORG_GRADLE_PROJECT_ideaVersion: "IU-2021.2.3"
43+
ORG_GRADLE_PROJECT_phpPluginVersion: "212.5457.49"
44+
ORG_GRADLE_PROJECT_twigPluginVersion: "212.5457.16"
4545
ORG_GRADLE_PROJECT_toolboxPluginVersion: "0.4.6"
4646
ORG_GRADLE_PROJECT_annotationPluginVersion: "5.3"
47-
ORG_GRADLE_PROJECT_dqlPluginVersion: "213.5744.125"
47+
ORG_GRADLE_PROJECT_dqlPluginVersion: "212.4746.52"
4848

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

gradle.properties

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

0 commit comments

Comments
 (0)