Skip to content

Commit 333c9ec

Browse files
authored
ci: Add Parse Server 8 jobs (#275)
1 parent f81eba8 commit 333c9ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
strategy:
2626
matrix:
2727
include:
28+
- name: Parse Server 8, Node.js 18
29+
NODE_VERSION: 18.20.4
30+
PARSE_SERVER_VERSION: 8
31+
- name: Parse Server 8, Node.js 20
32+
NODE_VERSION: 20.15.1
33+
PARSE_SERVER_VERSION: 8
34+
- name: Parse Server 8, Node.js 22
35+
NODE_VERSION: 22.4.1
36+
PARSE_SERVER_VERSION: 8
2837
- name: Parse Server 7, Node.js 18
2938
NODE_VERSION: 18.20.4
3039
PARSE_SERVER_VERSION: 7

0 commit comments

Comments
 (0)