Skip to content

Commit 38c0720

Browse files
committed
Use Ruby 4.0 for all workflows
1 parent b89e6ef commit 38c0720

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/build-docs.yml

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

2727
- uses: oxidize-rb/actions/setup-ruby-and-rust@v1
2828
with:
29-
ruby-version: "3.4"
29+
ruby-version: "4.0"
3030
rustup-toolchain: "${{ env.NIGHTLY_VERSION }}"
3131
bundler-cache: true
3232
cargo-cache: true

.github/workflows/build-gems.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: ruby/setup-ruby@v1
4444
with:
45-
ruby-version: "3.4"
45+
ruby-version: "4.0"
4646

4747
- uses: oxidize-rb/actions/cross-gem@v1
4848
id: cross-gem
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
os: ["ubuntu-latest"]
69-
ruby: ["3.4"]
69+
ruby: ["4.0"]
7070
steps:
7171
- uses: actions/checkout@v6
7272

.github/workflows/memcheck.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77
ruby-version:
88
description: "Ruby version to memcheck"
99
required: true
10-
default: "3.4"
10+
default: "4.0"
1111
type: choice
1212
options:
1313
- "head"
14+
- "4.0"
1415
- "3.4"
1516
- "3.3"
1617
- "3.2"
@@ -38,7 +39,7 @@ jobs:
3839

3940
- uses: oxidize-rb/actions/setup-ruby-and-rust@v1
4041
with:
41-
ruby-version: ${{ inputs.ruby-version || '3.4' }}
42+
ruby-version: ${{ inputs.ruby-version || '4.0' }}
4243
bundler-cache: true
4344
cargo-cache: true
4445
cache-version: v2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: ruby/setup-ruby@v1
4444
with:
45-
ruby-version: "3.4"
45+
ruby-version: "4.0"
4646

4747
- uses: oxidize-rb/actions/cross-gem@v1
4848
id: cross-gem
@@ -73,7 +73,7 @@ jobs:
7373

7474
- uses: oxidize-rb/actions/setup-ruby-and-rust@v1
7575
with:
76-
ruby-version: "3.4"
76+
ruby-version: "4.0"
7777
bundler-cache: true
7878
cargo-cache: true
7979
cache-version: v1

0 commit comments

Comments
 (0)