Skip to content

Commit

Permalink
add more test gemfile and ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
Giallombardo Nathan committed Apr 29, 2024
1 parent 8d13347 commit 1f06739
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,41 @@ jobs:
strategy:
matrix:
include:
- ruby: '3.0'
- ruby: '2.7'
gemfile: '5.2.7'
couchbase: '6.6.5'
- ruby: '2.7'
gemfile: '5.2.7'
couchbase: '7.1.0'
- ruby: '2.7'
gemfile: '6.0.0'
couchbase: '6.6.5'
- ruby: '2.7'
gemfile: '6.0.0'
couchbase: '7.1.0'
- ruby: '2.7'
gemfile: '7.0.0'
couchbase: '6.6.5'
- ruby: '3.0'
- ruby: '2.7'
gemfile: '7.0.0'
couchbase: '7.1.0'
- ruby: '2.7'
# ruby 3.0 minimimun required rails 6.0.3
# - ruby: '3.0'
# gemfile: '5.2.7'
# couchbase: '6.6.5'
# - ruby: '3.0'
# gemfile: '5.2.7'
# couchbase: '7.1.0'
- ruby: '3.0'
gemfile: '6.0.3'
couchbase: '6.6.5'
- ruby: '3.0'
gemfile: '6.0.3'
couchbase: '7.1.0'
- ruby: '3.0'
gemfile: '7.0.0'
couchbase: '6.6.5'
- ruby: '3.0'
gemfile: '7.0.0'
couchbase: '7.1.0'
fail-fast: false
Expand Down

0 comments on commit 1f06739

Please sign in to comment.