Skip to content

Commit 0fe50ef

Browse files
author
Mattia Roccoberton
committed
Update GitHub actions for Ruby 3.0
1 parent 37dcc05 commit 0fe50ef

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/specs_mysql.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.6', '2.7']
16+
ruby: ['2.6', '2.7', '3.0']
1717
gemfile: ['rails_6_1_mysql', 'rails_6_0_mysql']
1818

1919
env:

.github/workflows/specs_mysql_rails7.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']
16+
ruby: ['2.7', '3.0']
1717
gemfile: ['rails_7_0_mysql']
1818

1919
env:

.github/workflows/specs_postgres.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.6', '2.7']
16+
ruby: ['2.6', '2.7', '3.0']
1717
gemfile: ['rails_6_1_postgres', 'rails_6_0_postgres']
1818

1919
env:

.github/workflows/specs_postgres_rails7.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']
16+
ruby: ['2.7', '3.0']
1717
gemfile: ['rails_7_0_postgres']
1818

1919
env:

0 commit comments

Comments
 (0)