File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
20
20
jobs :
21
21
lint :
22
22
name : Eslint
23
- runs-on : ubuntu-20 .04
23
+ runs-on : ubuntu-22 .04
24
24
25
25
steps :
26
26
- uses : actions/checkout@v4
41
41
strategy :
42
42
fail-fast : false
43
43
matrix :
44
- os : [windows-latest, ubuntu-20 .04, macos-latest]
44
+ os : [windows-latest, ubuntu-22 .04, macos-latest]
45
45
node : [18, 20, 22]
46
46
47
47
steps :
52
52
node-version : ${{ matrix.node }}
53
53
54
54
- name : Prepare installation (Linux)
55
- if : ${{ matrix.os == 'ubuntu-20 .04' }}
55
+ if : ${{ matrix.os == 'ubuntu-22 .04' }}
56
56
uses : ./.github/actions/install-redis-linux
57
57
58
58
- name : Prepare installation (MacOS)
91
91
run : npm run test-jsonl
92
92
93
93
- name : Redis Socket/Sentinel Tests (Linux)
94
- if : ${{ matrix.os == 'ubuntu-20 .04' }}
94
+ if : ${{ matrix.os == 'ubuntu-22 .04' }}
95
95
run : |
96
96
sudo chmod ogu+x packages/controller/test/redis-socket/setup-socket.sh
97
97
sudo chmod ogu+x packages/controller/test/redis-sentinel/*.sh
Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
publish-config :
21
- runs-on : ubuntu-20 .04
21
+ runs-on : ubuntu-22 .04
22
22
23
23
steps :
24
24
- name : Checkout code
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
publish-config :
18
- runs-on : ubuntu-20 .04
18
+ runs-on : ubuntu-22 .04
19
19
20
20
steps :
21
21
- name : Checkout code
Original file line number Diff line number Diff line change 7
7
## __ WORK IN PROGRESS__ - Lucy
8
8
* (@foxriver76 ) fixed the edge-case problem on Windows (if adapter calls ` readDir ` on single file)
9
9
* (@foxriver76 ) fixed setting negative numbers via ` state set ` cli command
10
- * (@GermanBluefox ) corrected typing for ` checkPasswordAsync ` command and added caching of mulit-languages names
10
+ * (@GermanBluefox ) corrected typing for ` checkPasswordAsync ` command and added caching of multilingual names
11
+ * (@GermanBluefox ) Improvement of ` adapter.findForeignObject ` (typing and optional parameters fixed)
12
+ * (@GermanBluefox ) Improvement of JSON schema for ` io-package.json ` and type definitions
11
13
12
14
## 7.0.6 (2024-12-08) - Lucy
13
15
* (@foxriver76 ) fixed UI upgrade if admin is running on privileged port (<1024)
You can’t perform that action at this time.
0 commit comments