Skip to content

Commit

Permalink
Test with Ruby 3.2 as well (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Oct 20, 2023
1 parent 2920583 commit d727f37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0.2
- 3.2.2
env:
DB: sqlite3
RAILS: main
Expand All @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0.2
- 3.2.2
env:
DB: mysql
RAILS: main
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- 3.0.2
- 3.2.2
env:
DB: postgres
RAILS: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.1
ruby-version: 3.2.2
- name: Install gems
run: bundle install --jobs 4 --retry 3
- name: Run RuboCop
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- v7.0.3
- v6.1.6
ruby:
- 3.2.2
- 3.1.2
- 3.0.4
env:
Expand All @@ -42,6 +43,7 @@ jobs:
- v7.0.3
- v6.1.6
ruby:
- 3.2.2
- 3.1.2
- 3.0.4
env:
Expand Down Expand Up @@ -76,6 +78,7 @@ jobs:
- v7.0.3
- v6.1.6
ruby:
- 3.2.2
- 3.1.2
- 3.0.4
env:
Expand Down

0 comments on commit d727f37

Please sign in to comment.