Skip to content

Commit f9c9720

Browse files
authored
ci: added MongoDB 8.0 to tests
1 parent bd9e093 commit f9c9720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/other_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
mongodb-version: [ '4.4', '5.0', '6.0', '7.0' ]
16+
mongodb-version: [ '4.4', '5.0', '6.0', '7.0' , '8.0' ]
1717
java: [ '21', '23' ]
1818
steps:
1919
- uses: actions/checkout@main
@@ -35,4 +35,4 @@ jobs:
3535
- name: Run tests
3636
run: |
3737
timedatectl
38-
sbt +test
38+
sbt +test

0 commit comments

Comments
 (0)