Skip to content

Commit

Permalink
chore: update ruby from 3.3.0-rc1 to 3.3.0 (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Dec 27, 2023
1 parent 814468c commit 85746b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.3.0-rc1
- 3.3.0
- 3.2.2
- 3.1.4
- 3.0.6
Expand All @@ -39,8 +39,8 @@ jobs:
- sqlite3
- postgresql
exclude:
- { ruby: 3.3.0-rc1, appraisal: rails_6_1 }
- { ruby: 3.3.0-rc1, appraisal: rails_7_0 }
- { ruby: 3.3.0, appraisal: rails_6_1 }
- { ruby: 3.3.0, appraisal: rails_7_0 }
- { ruby: 3.2.2, appraisal: rails_6_1 }
- { ruby: 3.0.6, appraisal: rails_7_0 }
- { ruby: 3.0.6, appraisal: rails_7_1 }
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
3.2.2
3.3.0
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1 +1 @@
ruby 3.2.2
ruby 3.3.0

0 comments on commit 85746b1

Please sign in to comment.