Skip to content

Commit 2ac2ab3

Browse files
authored
ci: use ruby v4 (#657)
* ci: add ruby v4 * do not run 4 on win * use 4 for func test
1 parent 3a388b7 commit 2ac2ab3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/functional-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Set up Ruby
101101
uses: ruby/setup-ruby@v1
102102
with:
103-
ruby-version: 3.2
103+
ruby-version: 4.0
104104
- name: Install dependencies
105105
run: bundle install
106106

.github/workflows/unittest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [3.1, 3.2, 3.3]
14+
ruby: [3.1, 3.2, 3.3, 4.0]
1515

1616
runs-on: ubuntu-latest
1717

@@ -39,6 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42+
# 4.0 is not available on Win env yet.
4243
ruby: [3.1, 3.2, 3.3]
4344

4445
runs-on: windows-latest

0 commit comments

Comments
 (0)