File tree Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,31 @@ jobs:
29
29
strategy :
30
30
fail-fast : false
31
31
matrix :
32
- node-version : [16.x, 18.x]
32
+ node-version : [16.x, 18.x, 20.x ]
33
33
mysql-version : ["mysql:8.0.18", "mysql:8.0.22", "mysql:5.7"]
34
34
use-compression : [0]
35
35
use-tls : [0]
36
36
mysql_connection_url_key : [""]
37
37
# TODO - add mariadb to the matrix. currently few tests are broken due to mariadb incompatibilities
38
38
include :
39
+ # 20.x
40
+ - node-version : " 20.x"
41
+ mysql-version : " mysql:8.0.18"
42
+ use-compression : 1
43
+ use-tls : 0
44
+ - node-version : " 20.x"
45
+ mysql-version : " mysql:8.0.18"
46
+ use-compression : 0
47
+ use-tls : 1
48
+
49
+ # 18.x
50
+ # - node-version: "18.x"
51
+ # mysql_connection_url_key: "PS_MYSQL_URL"
52
+ # filter: "test-select"
53
+ # use-compression: 0
54
+ # use-tls: 0
55
+
56
+ # 16.x
39
57
- node-version : " 16.x"
40
58
mysql-version : " mysql:8.0.18"
41
59
use-compression : 1
@@ -48,20 +66,19 @@ jobs:
48
66
mysql-version : " mysql:8.0.18"
49
67
use-compression : 1
50
68
use-tls : 1
69
+
70
+ # 14.x
51
71
- node-version : " 14.x"
52
72
mysql-version : " mysql:5.7"
53
73
use-compression : 0
54
74
use-tls : 0
75
+
76
+ # filter
55
77
- filter : " test-select-1" # a number of tests does not work with mysql 5.1 due to old sql syntax, just testing basic connection
56
78
node-version : " 16.x"
57
79
mysql-version : " datagrip/mysql:5.1"
58
80
use-compression : 0
59
81
use-tls : 0
60
- # - node-version: "18.x"
61
- # mysql_connection_url_key: "PS_MYSQL_URL"
62
- # filter: "test-select"
63
- # use-compression: 0
64
- # use-tls: 0
65
82
env :
66
83
MYSQL_CONNECTION_URL : ${{ secrets[matrix.mysql_connection_url_key] }}
67
84
Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- node-version : [16 .x, 18 .x]
21
+ node-version : [18 .x, 20 .x]
22
22
mysql-version : ['8.0']
23
23
use-compression : [0, 1]
24
24
use-tls : [0, 1]
Original file line number Diff line number Diff line change 20
20
node_modules
21
21
npm-debug.log
22
22
benchmarks /results.json
23
+ ! test /fixtures /data.csv
You can’t perform that action at this time.
0 commit comments