Skip to content

Commit c996242

Browse files
authored
Merge pull request #81 from blocknotes/ci/update-workflows-ruby-versions
Update CI workflows ruby versions
2 parents 0144783 + 8ef47fb commit c996242

13 files changed

Lines changed: 16 additions & 16 deletions

.github/workflows/linters.yml

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

1515
strategy:
1616
matrix:
17-
ruby: ['3.0']
17+
ruby: ['3.3']
1818

1919
env:
2020
RUBY_VERSION: ${{ matrix.ruby }}

.github/workflows/specs_mssql_rails61.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
RAILS_VERSION: 6.1
2121

2222
services:
23-
postgres:
23+
mssql:
2424
image: mcr.microsoft.com/mssql/server:2022-latest
2525
env:
2626
ACCEPT_EULA: 'Y'

.github/workflows/specs_mssql_rails72.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ 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
2020
RAILS_VERSION: 7.2
2121

2222
services:
23-
postgres:
23+
mssql:
2424
image: mcr.microsoft.com/mssql/server:2022-latest
2525
env:
2626
ACCEPT_EULA: 'Y'

.github/workflows/specs_mssql_rails80.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ 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
2020
RAILS_VERSION: 8.0
2121

2222
services:
23-
postgres:
23+
mssql:
2424
image: mcr.microsoft.com/mssql/server:2022-latest
2525
env:
2626
ACCEPT_EULA: 'Y'

.github/workflows/specs_mssql_rails81.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ 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
2020
RAILS_VERSION: 8.1
2121

2222
services:
23-
postgres:
23+
mssql:
2424
image: mcr.microsoft.com/mssql/server:2022-latest
2525
env:
2626
ACCEPT_EULA: 'Y'

.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

0 commit comments

Comments
 (0)