Skip to content

Commit 6664ac6

Browse files
Test with Ruby 3.2 as well
1 parent 2920583 commit 6664ac6

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/cronjob.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ruby:
14-
- 3.0.2
14+
- 3.2.2
1515
env:
1616
DB: sqlite3
1717
RAILS: main
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
ruby:
35-
- 3.0.2
35+
- 3.2.2
3636
env:
3737
DB: mysql
3838
RAILS: main
@@ -62,7 +62,7 @@ jobs:
6262
fail-fast: false
6363
matrix:
6464
ruby:
65-
- 3.0.2
65+
- 3.2.2
6666
env:
6767
DB: postgres
6868
RAILS: main

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Ruby
1414
uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: 3.0.1
16+
ruby-version: 3.2.2
1717
- name: Install gems
1818
run: bundle install --jobs 4 --retry 3
1919
- name: Run RuboCop

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- v7.0.3
1818
- v6.1.6
1919
ruby:
20+
- 3.2.2
2021
- 3.1.2
2122
- 3.0.4
2223
env:
@@ -42,6 +43,7 @@ jobs:
4243
- v7.0.3
4344
- v6.1.6
4445
ruby:
46+
- 3.2.2
4547
- 3.1.2
4648
- 3.0.4
4749
env:
@@ -76,6 +78,7 @@ jobs:
7678
- v7.0.3
7779
- v6.1.6
7880
ruby:
81+
- 3.2.2
7982
- 3.1.2
8083
- 3.0.4
8184
env:

0 commit comments

Comments
 (0)