diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5337b0abcb..e6f56cf9a9 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - ruby-version: ['3.4'] + ruby-version: ['4.0'] name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }} steps: diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 3c0d7259da..27de9a8d4d 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ['3.4'] + ruby-version: ['4.0'] name: Ruby ${{ matrix.ruby-version }} steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b14c88518b..ce9e9cdc39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - ruby-version: ['3.4', '3.3', '3.2'] + ruby-version: ['4.0', '3.4', '3.3', '3.2'] name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }} steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ['3.4', '3.3', '3.2'] + ruby-version: ['4.0', '3.4', '3.3', '3.2'] name: Windows service (Ruby ${{ matrix.ruby-version }}) steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1