Skip to content

Commit 904ea74

Browse files
authored
chore: Add Ruby 3.3 to the CI matrix (#251)
1 parent 52dac01 commit 904ea74

6 files changed

+11
-8
lines changed

.github/workflows/ci.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- os: ubuntu-latest
3737
ruby: "3.2"
3838
tool: test
39+
- os: ubuntu-latest
40+
ruby: "3.3"
41+
tool: test
3942
- os: ubuntu-latest
4043
ruby: "jruby"
4144
tool: test
@@ -46,16 +49,16 @@ jobs:
4649
ruby: "2.4"
4750
tool: test
4851
- os: macos-latest
49-
ruby: "3.2"
52+
ruby: "3.3"
5053
tool: test
5154
- os: windows-latest
5255
ruby: "2.4"
5356
tool: test
5457
- os: windows-latest
55-
ruby: "3.2"
58+
ruby: "3.3"
5659
tool: test
5760
- os: ubuntu-latest
58-
ruby: "3.2"
61+
ruby: "3.3"
5962
tool: "rubocop , yardoc , build"
6063
fail-fast: false
6164
runs-on: ${{ matrix.os }}

.github/workflows/release-hook-on-closed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
release-process-request:
99
if: ${{ github.repository == 'dazuma/toys' }}
1010
env:
11-
ruby_version: "3.2"
11+
ruby_version: "3.3"
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Install Ruby ${{ env.ruby_version }}

.github/workflows/release-hook-on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release-update-open-requests:
1010
if: ${{ github.repository == 'dazuma/toys' }}
1111
env:
12-
ruby_version: "3.2"
12+
ruby_version: "3.3"
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Install Ruby ${{ env.ruby_version }}

.github/workflows/release-perform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
release-perform:
1919
if: ${{ github.repository == 'dazuma/toys' }}
2020
env:
21-
ruby_version: "3.2"
21+
ruby_version: "3.3"
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Install Ruby ${{ env.ruby_version }}

.github/workflows/release-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
release-request:
1313
if: ${{ github.repository == 'dazuma/toys' }}
1414
env:
15-
ruby_version: "3.2"
15+
ruby_version: "3.3"
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Install Ruby ${{ env.ruby_version }}

.github/workflows/release-retry.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
release-retry:
1616
if: ${{ github.repository == 'dazuma/toys' }}
1717
env:
18-
ruby_version: "3.2"
18+
ruby_version: "3.3"
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Install Ruby ${{ env.ruby_version }}

0 commit comments

Comments
 (0)