Skip to content

Commit 82ea2f1

Browse files
committed
Update test versions.
1 parent fec255a commit 82ea2f1

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.github/workflows/coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- ubuntu
2121

2222
ruby:
23-
- "3.1"
23+
- "3.2"
2424

2525
steps:
2626
- uses: actions/checkout@v3
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v3
4747
- uses: ruby/setup-ruby@v1
4848
with:
49-
ruby-version: "3.1"
49+
ruby-version: "3.2"
5050
bundler-cache: true
5151

5252
- uses: actions/download-artifact@v3

.github/workflows/documentation.yaml

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

3333
- uses: ruby/setup-ruby@v1
3434
with:
35-
ruby-version: "3.1"
35+
ruby-version: "3.2"
3636
bundler-cache: true
3737

3838
- name: Installing packages

.github/workflows/test-external.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020

2121
ruby:
2222
- "3.1"
23+
- "3.2"
2324

2425
steps:
2526
- uses: actions/checkout@v3

.github/workflows/test-select.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
ruby:
2424
- "3.1"
25+
- "3.2"
2526

2627
steps:
2728
- uses: actions/checkout@v3

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
ruby:
2424
- "3.1"
25+
- "3.2"
2526

2627
experimental: [false]
2728

0 commit comments

Comments
 (0)