Skip to content

Commit

Permalink
Add support for IntelliJ 2023.1 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel authored Apr 4, 2023
1 parent 3bb027d commit d161960
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
grammar_kit_plugin_version: "2021.2.2"
since_build: "223"
until_build: "223.*"
- idea_version: "IU-2023.1"
php_plugin_version: "231.8109.199"
psi_viewer_plugin_version: "231-SNAPSHOT"
grammar_kit_plugin_version: "2021.2.2"
since_build: "231"
until_build: "231.*"

steps:

Expand Down Expand Up @@ -102,6 +108,12 @@ jobs:
grammar_kit_plugin_version: "2021.2.2"
since_build: "223"
until_build: "223.*"
- idea_version: "IU-2023.1"
php_plugin_version: "231.8109.199"
psi_viewer_plugin_version: "231-SNAPSHOT"
grammar_kit_plugin_version: "2021.2.2"
since_build: "231"
until_build: "231.*"

outputs:
cms-name: ${{ steps.properties.outputs.cms-name }}
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
grammar_kit_plugin_version: "2021.2.2"
since_build: "223"
until_build: "223.*"
- idea_version: "IU-2023.1"
php_plugin_version: "231.8109.199"
psi_viewer_plugin_version: "231-SNAPSHOT"
grammar_kit_plugin_version: "2021.2.2"
since_build: "231"
until_build: "231.*"
outputs:
prefixed-version: ${{ steps.properties.outputs.prefixed-version }}

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Added

* Add support for IntelliJ 2023.1

### Changed

### Deprecated
Expand Down

0 comments on commit d161960

Please sign in to comment.