Skip to content

Commit 7f092c1

Browse files
committed
Upgraded CI matrix.
1 parent 65d47f7 commit 7f092c1

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

.github/workflows/test-mongodb.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ jobs:
77
strategy:
88
matrix:
99
entry:
10-
- { ruby: 2.6.2, mongoid: 6.4.8, mongodb: 4.4 }
11-
- { ruby: 2.6.2, mongoid: 7.2.3, mongodb: 4.4 }
12-
- { ruby: 2.6.2, mongoid: 7.3.0, mongodb: 4.4 }
13-
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 4.4 }
14-
- { ruby: 3.1.1, mongoid: 7.3.0, mongodb: 5.0 }
15-
- { ruby: 3.2.1, mongoid: 7.5.2, mongodb: 5.0 }
10+
- { ruby: 2.7, mongoid: 6.4.8, mongodb: 4.4 }
11+
- { ruby: 2.7, mongoid: 7.2.3, mongodb: 4.4 }
12+
- { ruby: 2.7, mongoid: 7.3.0, mongodb: 4.4 }
13+
- { ruby: 3.2, mongoid: 7.3.0, mongodb: 4.4 }
14+
- { ruby: 3.3, mongoid: 7.3.0, mongodb: 5.0 }
15+
- { ruby: 3.4, mongoid: 7.5.2, mongodb: 5.0 }
16+
- { ruby: 3.4, mongoid: 8.1.11, mongodb: 6.0 }
17+
- { ruby: 3.4, mongoid: 8.1.11, mongodb: 7.0 }
18+
- { ruby: 3.4, mongoid: 8.1.11, mongodb: 8.0 }
1619
name: test (ruby=${{ matrix.entry.ruby }}, mongoid=${{ matrix.entry.mongoid }}, mongodb=${{ matrix.entry.mongodb }})
1720
steps:
1821
- uses: actions/checkout@v2

.github/workflows/test-postgresql.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ jobs:
77
strategy:
88
matrix:
99
entry:
10-
- { ruby: 2.6.2, postgresql: 11, active_record: '~> 6.0.0' }
11-
- { ruby: 3.1.1, postgresql: 11, active_record: '~> 6.1.0' }
12-
- { ruby: 3.1.1, postgresql: 14, active_record: '~> 7.0.0' }
13-
- { ruby: 3.1.1, postgresql: 14, active_record: '~> 7.2.0' }
10+
- { ruby: 2.7, postgresql: 11, active_record: '~> 6.0.0' }
11+
- { ruby: 3.1, postgresql: 11, active_record: '~> 6.1.0' }
12+
- { ruby: 3.2, postgresql: 14, active_record: '~> 7.0.0' }
13+
- { ruby: 3.3, postgresql: 14, active_record: '~> 7.2.0' }
14+
- { ruby: 3.4, postgresql: 14, active_record: '~> 7.2.0' }
1415
name: test (ruby=${{ matrix.entry.ruby }}, postgresql=${{ matrix.entry.postgresql }}, active_record=${{ matrix.entry.active_record }})
1516
steps:
1617
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)