Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit a6eaee7

Browse files
committed
build: Drop testing on older Ruby and Mongo versions.
We moved on from these old versions of Ruby and Mongo 2 releases ago but didn't come back to clean this up. Now the 3.0.4 tests are failing and it's not really valuable to fix them since we should have already dropped that support a while ago.
1 parent d0a8fd7 commit a6eaee7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ruby-version: ['3.0.4', '3.1.4', '3.3.0']
17-
mongodb-version: ['4.2.14', '6', '7']
16+
ruby-version: ['3.1.4', '3.3.0']
17+
mongodb-version: ['7']
1818
include:
19-
- ruby-version: '3.0.4'
20-
gemfile: Gemfile3
21-
allow-failure: false
2219
- ruby-version: '3.1.4'
2320
gemfile: Gemfile
24-
allow-failure: true
21+
allow-failure: false
2522
- ruby-version: '3.3.0'
2623
gemfile: Gemfile
27-
allow-failure: true
24+
allow-failure: false
2825

2926
env:
3027
SEARCH_SERVER_ES7: http://localhost:9200

0 commit comments

Comments
 (0)