Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
calebhearth committed May 21, 2024
1 parent c31099d commit e453d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
rails: ["6.1", "7.0", "7.1", "main"]
ruby: ["3.2", "3.3"]
rails: ["7.0", "7.1", "main"]
continue-on-error: [false]

env:
Expand Down
2 changes: 1 addition & 1 deletion lib/title/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Title
VERSION = '0.0.10'
VERSION = '0.1.0'
end

0 comments on commit e453d53

Please sign in to comment.