Skip to content

Commit 3c3ef84

Browse files
committed
bump: ci: add ruby 4.0
1 parent 125204a commit 3c3ef84

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [3.2, 3.3, 3.4]
14+
ruby: [3.2, 3.3, 3.4, 4.0]
1515
platform:
1616
- { os: ubuntu, target: linux-x64, extension: so }
1717
- { os: macos, target: macos-arm64, extension: bundle }
@@ -75,7 +75,7 @@ jobs:
7575
- name: setup ruby
7676
uses: ruby/setup-ruby@v1
7777
with:
78-
ruby-version: 3.4
78+
ruby-version: 4.0
7979
bundler-cache: true
8080
- name: Lint
8181
run: just lint
@@ -88,7 +88,7 @@ jobs:
8888
- name: setup ruby
8989
uses: ruby/setup-ruby@v1
9090
with:
91-
ruby-version: 3.4
91+
ruby-version: 4.0
9292
bundler-cache: true
9393
- name: Typecheck
9494
run: just tc

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Ruby
3737
uses: ruby/setup-ruby@v1
3838
with:
39-
ruby-version: 3.4
39+
ruby-version: 4.0
4040
bundler-cache: true
4141

4242
- name: Generate docs

0 commit comments

Comments
 (0)