Skip to content

Commit e7d3e70

Browse files
author
Mattia Roccoberton
committed
ci: update GitHub workflows config
1 parent 14687b1 commit e7d3e70

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '2.7'
22+
ruby-version: '3.0'
2323
bundler-cache: true
2424

2525
- name: Set up Reviewdog

.github/workflows/specs_mysql_61.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['2.7', '3.0']
16+
ruby: ['3.0', '3.1', '3.2']
1717
gemfile: ['rails_6_1_mysql']
1818

1919
env:

.github/workflows/specs_mysql_70.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.0', '3.2']
16+
ruby: ['3.0', '3.1', '3.2']
1717
gemfile: ['rails_7_0_mysql']
1818

1919
env:

.github/workflows/specs_postgres_61.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['2.7', '3.0']
16+
ruby: ['3.0', '3.1', '3.2']
1717
gemfile: ['rails_6_1_postgres']
1818

1919
env:

.github/workflows/specs_postgres_70.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.0', '3.2']
16+
ruby: ['3.0', '3.1', '3.2']
1717
gemfile: ['rails_7_0_postgres']
1818

1919
env:

0 commit comments

Comments
 (0)