Skip to content

Commit 8ef47fb

Browse files
committed
ci: Add Ruby 4.0
1 parent ea5b060 commit 8ef47fb

11 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/specs_mssql_rails72.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.2', '3.4']
16+
ruby: ['3.4', '4.0']
1717

1818
env:
1919
DB_TEST: mssql

.github/workflows/specs_mssql_rails80.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.2', '3.4']
16+
ruby: ['3.4', '4.0']
1717

1818
env:
1919
DB_TEST: mssql

.github/workflows/specs_mssql_rails81.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.2', '3.4']
16+
ruby: ['3.4', '4.0']
1717

1818
env:
1919
DB_TEST: mssql

.github/workflows/specs_mysql_rails72.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.2', '3.4']
16+
ruby: ['3.4', '4.0']
1717

1818
env:
1919
DB_TEST: mysql

.github/workflows/specs_mysql_rails80.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.2', '3.4']
16+
ruby: ['3.4', '4.0']
1717

1818
env:
1919
DB_TEST: mysql

.github/workflows/specs_mysql_rails81.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.2', '3.4']
16+
ruby: ['3.4', '4.0']
1717

1818
env:
1919
DB_TEST: mysql

.github/workflows/specs_postgres_rails72.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.2', '3.3', '3.4']
16+
ruby: ['3.4', '4.0']
1717

1818
env:
1919
DB_TEST: postgres

.github/workflows/specs_postgres_rails80.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.2', '3.4']
16+
ruby: ['3.4', '4.0']
1717

1818
env:
1919
DB_TEST: postgres

.github/workflows/specs_postgres_rails81.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.2', '3.4']
16+
ruby: ['3.4', '4.0']
1717

1818
env:
1919
DB_TEST: postgres

.github/workflows/specs_sqlite_rails80.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.2', '3.3', '3.4']
16+
ruby: ['3.4', '4.0']
1717

1818
env:
1919
DB_TEST: sqlite

0 commit comments

Comments
 (0)