|
8 | 8 | paths-ignore: |
9 | 9 | - '**/**.md' |
10 | 10 | env: |
11 | | - NODE_VERSION: 22.4.1 |
| 11 | + NODE_VERSION: 22.12.0 |
12 | 12 | PARSE_SERVER_TEST_TIMEOUT: 20000 |
| 13 | +permissions: |
| 14 | + actions: write |
13 | 15 | jobs: |
14 | 16 | check-code-analysis: |
15 | 17 | name: Code Analysis |
@@ -136,41 +138,42 @@ jobs: |
136 | 138 | uses: mansona/npm-lockfile-version@v1 |
137 | 139 | with: |
138 | 140 | version: 2 |
| 141 | + check-types: |
| 142 | + name: Check Types |
| 143 | + timeout-minutes: 5 |
| 144 | + runs-on: ubuntu-latest |
| 145 | + steps: |
| 146 | + - uses: actions/checkout@v3 |
| 147 | + - run: npm ci |
| 148 | + - name: Build types |
| 149 | + run: npm run build:types |
139 | 150 | check-mongo: |
140 | 151 | strategy: |
141 | 152 | matrix: |
142 | 153 | include: |
143 | | - - name: MongoDB 4.2, ReplicaSet |
144 | | - MONGODB_VERSION: 4.2.25 |
145 | | - MONGODB_TOPOLOGY: replset |
146 | | - NODE_VERSION: 22.4.1 |
147 | | - - name: MongoDB 4.4, ReplicaSet |
148 | | - MONGODB_VERSION: 4.4.29 |
149 | | - MONGODB_TOPOLOGY: replset |
150 | | - NODE_VERSION: 22.4.1 |
151 | | - - name: MongoDB 5, ReplicaSet |
152 | | - MONGODB_VERSION: 5.0.26 |
153 | | - MONGODB_TOPOLOGY: replset |
154 | | - NODE_VERSION: 22.4.1 |
155 | 154 | - name: MongoDB 6, ReplicaSet |
156 | | - MONGODB_VERSION: 6.0.14 |
| 155 | + MONGODB_VERSION: 6.0.19 |
157 | 156 | MONGODB_TOPOLOGY: replset |
158 | | - NODE_VERSION: 22.4.1 |
| 157 | + NODE_VERSION: 22.12.0 |
159 | 158 | - name: MongoDB 7, ReplicaSet |
160 | | - MONGODB_VERSION: 7.0.8 |
| 159 | + MONGODB_VERSION: 7.0.16 |
| 160 | + MONGODB_TOPOLOGY: replset |
| 161 | + NODE_VERSION: 22.12.0 |
| 162 | + - name: MongoDB 8, ReplicaSet |
| 163 | + MONGODB_VERSION: 8.0.4 |
161 | 164 | MONGODB_TOPOLOGY: replset |
162 | | - NODE_VERSION: 22.4.1 |
| 165 | + NODE_VERSION: 22.12.0 |
163 | 166 | - name: Redis Cache |
164 | 167 | PARSE_SERVER_TEST_CACHE: redis |
165 | | - MONGODB_VERSION: 7.0.8 |
| 168 | + MONGODB_VERSION: 8.0.4 |
166 | 169 | MONGODB_TOPOLOGY: standalone |
167 | | - NODE_VERSION: 22.4.1 |
| 170 | + NODE_VERSION: 22.12.0 |
168 | 171 | - name: Node 20 |
169 | | - MONGODB_VERSION: 7.0.8 |
| 172 | + MONGODB_VERSION: 8.0.4 |
170 | 173 | MONGODB_TOPOLOGY: standalone |
171 | | - NODE_VERSION: 20.15.1 |
| 174 | + NODE_VERSION: 20.18.0 |
172 | 175 | - name: Node 18 |
173 | | - MONGODB_VERSION: 7.0.8 |
| 176 | + MONGODB_VERSION: 8.0.4 |
174 | 177 | MONGODB_TOPOLOGY: standalone |
175 | 178 | NODE_VERSION: 18.20.4 |
176 | 179 | fail-fast: false |
@@ -219,27 +222,21 @@ jobs: |
219 | 222 | strategy: |
220 | 223 | matrix: |
221 | 224 | include: |
222 | | - - name: PostgreSQL 13, PostGIS 3.1 |
223 | | - POSTGRES_IMAGE: postgis/postgis:13-3.1 |
224 | | - NODE_VERSION: 22.4.1 |
225 | | - - name: PostgreSQL 13, PostGIS 3.2 |
226 | | - POSTGRES_IMAGE: postgis/postgis:13-3.2 |
227 | | - NODE_VERSION: 22.4.1 |
228 | | - - name: PostgreSQL 13, PostGIS 3.3 |
229 | | - POSTGRES_IMAGE: postgis/postgis:13-3.3 |
230 | | - NODE_VERSION: 22.4.1 |
231 | | - - name: PostgreSQL 13, PostGIS 3.4 |
232 | | - POSTGRES_IMAGE: postgis/postgis:13-3.4 |
233 | | - NODE_VERSION: 22.4.1 |
234 | | - - name: PostgreSQL 14, PostGIS 3.4 |
235 | | - POSTGRES_IMAGE: postgis/postgis:14-3.4 |
236 | | - NODE_VERSION: 22.4.1 |
| 225 | + - name: PostgreSQL 15, PostGIS 3.3 |
| 226 | + POSTGRES_IMAGE: postgis/postgis:15-3.3 |
| 227 | + NODE_VERSION: 22.12.0 |
237 | 228 | - name: PostgreSQL 15, PostGIS 3.4 |
238 | 229 | POSTGRES_IMAGE: postgis/postgis:15-3.4 |
239 | | - NODE_VERSION: 22.4.1 |
240 | | - - name: PostgreSQL 16, PostGIS 3.4 |
241 | | - POSTGRES_IMAGE: postgis/postgis:16-3.4 |
242 | | - NODE_VERSION: 22.4.1 |
| 230 | + NODE_VERSION: 22.12.0 |
| 231 | + - name: PostgreSQL 15, PostGIS 3.5 |
| 232 | + POSTGRES_IMAGE: postgis/postgis:15-3.5 |
| 233 | + NODE_VERSION: 22.12.0 |
| 234 | + - name: PostgreSQL 16, PostGIS 3.5 |
| 235 | + POSTGRES_IMAGE: postgis/postgis:16-3.5 |
| 236 | + NODE_VERSION: 22.12.0 |
| 237 | + - name: PostgreSQL 17, PostGIS 3.5 |
| 238 | + POSTGRES_IMAGE: postgis/postgis:17-3.5 |
| 239 | + NODE_VERSION: 22.12.0 |
243 | 240 | fail-fast: false |
244 | 241 | name: ${{ matrix.name }} |
245 | 242 | timeout-minutes: 20 |
|
0 commit comments