File tree 5 files changed +14
-12
lines changed
5 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 27
27
strategy :
28
28
fail-fast : false
29
29
matrix :
30
- jdk : [ 11 ]
30
+ jdk : [ 17 ]
31
31
include :
32
- - jdk : 11
32
+ - jdk : 17
33
33
primary : true
34
34
35
35
steps :
40
40
uses : actions/setup-java@v3
41
41
with :
42
42
java-version : ${{ matrix.jdk }}
43
- distribution : adopt
43
+ distribution : temurin
44
44
# Setup caches and collect metadata
45
45
- name : Setup cache for Gradle and dependencies
46
46
uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
# Setup environment
21
21
- name : Checkout repository
22
22
uses : actions/checkout@v3
23
- - name : Set up JDK 11
23
+ - name : Set up JDK 17
24
24
uses : actions/setup-java@v3
25
25
with :
26
- java-version : 11
27
- distribution : adopt
26
+ java-version : 17
27
+ distribution : temurin
28
28
# Fail if the release was not triggered from the master branch
29
29
- name : Verify branch
30
30
if : github.event_name == 'release'
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
# Setup environment
21
21
- name : Checkout repository
22
22
uses : actions/checkout@v3
23
- - name : Set up JDK 11
23
+ - name : Set up JDK 17
24
24
uses : actions/setup-java@v3
25
25
with :
26
- java-version : 11
27
- distribution : adopt
26
+ java-version : 17
27
+ distribution : temurin
28
28
# Setup cache
29
29
- name : Setup cache for Gradle and dependencies
30
30
uses : actions/cache@v3
Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
5
5
### Added
6
+ - Support for IDEA 2023.3
6
7
7
8
### Changed
8
9
9
10
### Deprecated
10
11
11
12
### Removed
13
+ - Support for IDEA 2022.2
12
14
13
15
### Fixed
14
16
Original file line number Diff line number Diff line change 4
4
pluginGroup = org.nixos.idea
5
5
pluginName = NixIDEA
6
6
pluginVersion = 0.4.0.11
7
- pluginSinceBuild = 222
8
- pluginUntilBuild = 232 .*
7
+ pluginSinceBuild = 223
8
+ pluginUntilBuild = 233 .*
9
9
10
10
platformType = IC
11
- platformVersion = 2022.2.5
11
+ platformVersion = 2022.3.3
You can’t perform that action at this time.
0 commit comments