Skip to content

Commit 0017358

Browse files
authored
Add Ruby 3.5 and dependencies to test matrix
NB : this would also likely test the upgraded couchbase ruby client
1 parent 6594426 commit 0017358

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
strategy:
1212
matrix:
1313
include:
14+
- ruby: '3.5'
15+
active-model: '8.1.1'
16+
couchbase: '7.2.3'
1417
- ruby: '3.4'
1518
active-model: '8.0.2'
1619
couchbase: '7.2.3'

0 commit comments

Comments
 (0)