Skip to content

Commit 4a5a786

Browse files
committed
Update GH workflows to use latest version of Ruby
1 parent f1940e5 commit 4a5a786

20 files changed

+20
-20
lines changed

.github/workflows/examples-core_minitest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.2.0'
17+
- '3.4'
1818

1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/examples-core_rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.2.0'
17+
- '3.4'
1818

1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/examples-memcached.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.2.0'
17+
- '3.4'
1818

1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/examples-mysql_rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.3.0-rc1'
17+
- '3.4'
1818

1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/examples-redis_rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.2.0'
17+
- '3.4'
1818

1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/examples-redpanda_rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.2.0'
17+
- '3.4'
1818

1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/examples-wkhtmltopdf_rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.2.0'
17+
- '3.4'
1818

1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.2.0'
17+
- '3.4'
1818

1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/module-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.2.0'
17+
- '3.4'
1818

1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/module-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.2.0'
17+
- '3.4'
1818

1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)