Skip to content

Commit

Permalink
Merge pull request #54 from mongomapper/ruby-3-3
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to CI matrix
  • Loading branch information
a2ikm committed Dec 27, 2023
2 parents ce02037 + 2ec8edb commit e901f20
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ruby.yml
Expand Up @@ -21,13 +21,14 @@ jobs:
- 3.0.6
- 3.1.4
- 3.2.2
- 3.3.0
mongo-image:
- mongo:4.4
include:
- { "ruby-version": 3.2.2, "mongo-image": "mongo:4.2" }
- { "ruby-version": 3.2.2, "mongo-image": "mongo:5.0" }
- { "ruby-version": 3.2.2, "mongo-image": "mongo:6.0" }
- { "ruby-version": 3.2.2, "mongo-image": "mongo:7.0" }
- { "ruby-version": 3.3.0, "mongo-image": "mongo:4.2" }
- { "ruby-version": 3.3.0, "mongo-image": "mongo:5.0" }
- { "ruby-version": 3.3.0, "mongo-image": "mongo:6.0" }
- { "ruby-version": 3.3.0, "mongo-image": "mongo:7.0" }
services:
mongo:
image: ${{ matrix.mongo-image }}
Expand Down

0 comments on commit e901f20

Please sign in to comment.