Skip to content

Commit

Permalink
v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reidmorrison committed Nov 9, 2023
1 parent e3d1bfe commit 0ce6a8e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
fail-fast: false
matrix:
include:
- mongoid: 7.5
ruby: 2.7
- mongoid: 7.5
- mongoid: "7.5"
ruby: "2.7"
- mongoid: "7.5"
ruby: "3.0"

- mongoid: 8.0
ruby: 3.1
- mongoid: "8.0"
ruby: "3.1"

- mongoid: 8.1
ruby: 3.1
- mongoid: 8.1
ruby: 3.2
- mongoid: "8.1"
ruby: "3.1"
- mongoid: "8.1"
ruby: "3.2"

env:
BUNDLE_GEMFILE: gemfiles/mongoid_${{ matrix.mongoid }}.gemfile
Expand Down
2 changes: 1 addition & 1 deletion lib/rocket_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RocketJob
VERSION = "6.2.1".freeze
VERSION = "6.3.0".freeze
end

0 comments on commit 0ce6a8e

Please sign in to comment.