Skip to content

Commit e2dd39a

Browse files
committed
bump ubuntu, node, mongodb for tests
1 parent 4716c31 commit e2dd39a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ permissions:
88
jobs:
99
test:
1010
# os is not in the matrix, because otherwise there would be way too many testing instances
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node: [16, 18, 20]
16-
mongo: [4.2, 5.0]
15+
node: [20, 22]
16+
mongo: [7.0, 8.0]
1717
services:
1818
mongodb:
1919
image: mongo:${{ matrix.mongo }}

0 commit comments

Comments
 (0)