Skip to content

Commit f442e77

Browse files
imangasdependabot[bot]Nachoo MangasUlisesGascon
authored
Extend CI test matrix (#376)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nachoo Mangas <nacho.mangas@orbitant.com> Co-authored-by: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent d5cf6cd commit f442e77

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.github/workflows/ci.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,22 @@ jobs:
1717
matrix:
1818
name:
1919
- Node.js 0.10
20+
- Node.js 0.12
21+
- io.js 1.x
22+
- io.js 2.x
23+
- io.js 3.x
2024
- Node.js 4.x
25+
- Node.js 5.x
2126
- Node.js 6.x
27+
- Node.js 7.x
2228
- Node.js 8.x
29+
- Node.js 9.x
2330
- Node.js 10.x
31+
- Node.js 11.x
2432
- Node.js 12.x
33+
- Node.js 13.x
2534
- Node.js 14.x
35+
- Node.js 15.x
2636
- Node.js 16.x
2737
- Node.js 17.x
2838
- Node.js 18.x
@@ -39,28 +49,68 @@ jobs:
3949
node-version: "0.10"
4050
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
4151

52+
- name: Node.js 0.12
53+
node-version: "0.12"
54+
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
55+
56+
- name: io.js 1.x
57+
node-version: "1"
58+
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
59+
60+
- name: io.js 2.x
61+
node-version: "2"
62+
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
63+
64+
- name: io.js 3.x
65+
node-version: "3"
66+
npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.0
67+
4268
- name: Node.js 4.x
4369
node-version: "4"
4470
npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2
4571

72+
- name: Node.js 5.x
73+
node-version: "5"
74+
npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2
75+
4676
- name: Node.js 6.x
4777
node-version: "6"
4878
npm-i: mocha@6.2.2 nyc@14.1.1
4979

80+
- name: Node.js 7.x
81+
node-version: "7"
82+
npm-i: mocha@6.2.2 nyc@14.1.1 supertest@6.1.6
83+
5084
- name: Node.js 8.x
5185
node-version: "8"
5286
npm-i: mocha@7.2.0 nyc@14.1.1
5387

88+
- name: Node.js 9.x
89+
node-version: "9"
90+
npm-i: mocha@7.2.0 nyc@14.1.1 supertest@6.1.6
91+
5492
- name: Node.js 10.x
5593
node-version: "10"
5694
npm-i: mocha@8.3.2
5795

96+
- name: Node.js 11.x
97+
node-version: "11"
98+
npm-i: mocha@8.4.0 supertest@6.1.6
99+
58100
- name: Node.js 12.x
59101
node-version: "12"
60102

103+
- name: Node.js 13.x
104+
node-version: "13"
105+
npm-i: mocha@9.2.2 supertest@6.1.6
106+
61107
- name: Node.js 14.x
62108
node-version: "14"
63109

110+
- name: Node.js 15.x
111+
node-version: "15"
112+
npm-i: "supertest@6.1.6"
113+
64114
- name: Node.js 16.x
65115
node-version: "16"
66116

0 commit comments

Comments
 (0)