Skip to content

Commit

Permalink
Update Ruby version (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro committed Jul 10, 2021
1 parent c809b05 commit f5f68fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -27,9 +27,9 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0.1
- 2.7.3
- 2.6.7
- 3.0.2
- 2.7.4
- 2.6.8
appraisal:
- rails_6_1
- rails_6_0
Expand All @@ -38,7 +38,7 @@ jobs:
- sqlite3
- postgresql
exclude:
- { ruby: 3.0.1, appraisal: rails_5_2 }
- { ruby: 3.0.2, appraisal: rails_5_2 }
env:
DATABASE_ADAPTER: ${{ matrix.adapter }}
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
3.0.1
3.0.2
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1 +1 @@
ruby 3.0.1
ruby 3.0.2

0 comments on commit f5f68fa

Please sign in to comment.