Skip to content

Commit

Permalink
chore: Add Ruby 3.3 to the CI matrix (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Jan 4, 2024
1 parent 52dac01 commit 904ea74
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- os: ubuntu-latest
ruby: "3.2"
tool: test
- os: ubuntu-latest
ruby: "3.3"
tool: test
- os: ubuntu-latest
ruby: "jruby"
tool: test
Expand All @@ -46,16 +49,16 @@ jobs:
ruby: "2.4"
tool: test
- os: macos-latest
ruby: "3.2"
ruby: "3.3"
tool: test
- os: windows-latest
ruby: "2.4"
tool: test
- os: windows-latest
ruby: "3.2"
ruby: "3.3"
tool: test
- os: ubuntu-latest
ruby: "3.2"
ruby: "3.3"
tool: "rubocop , yardoc , build"
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-hook-on-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release-process-request:
if: ${{ github.repository == 'dazuma/toys' }}
env:
ruby_version: "3.2"
ruby_version: "3.3"
runs-on: ubuntu-latest
steps:
- name: Install Ruby ${{ env.ruby_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-hook-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release-update-open-requests:
if: ${{ github.repository == 'dazuma/toys' }}
env:
ruby_version: "3.2"
ruby_version: "3.3"
runs-on: ubuntu-latest
steps:
- name: Install Ruby ${{ env.ruby_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-perform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
release-perform:
if: ${{ github.repository == 'dazuma/toys' }}
env:
ruby_version: "3.2"
ruby_version: "3.3"
runs-on: ubuntu-latest
steps:
- name: Install Ruby ${{ env.ruby_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release-request:
if: ${{ github.repository == 'dazuma/toys' }}
env:
ruby_version: "3.2"
ruby_version: "3.3"
runs-on: ubuntu-latest
steps:
- name: Install Ruby ${{ env.ruby_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-retry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
release-retry:
if: ${{ github.repository == 'dazuma/toys' }}
env:
ruby_version: "3.2"
ruby_version: "3.3"
runs-on: ubuntu-latest
steps:
- name: Install Ruby ${{ env.ruby_version }}
Expand Down

0 comments on commit 904ea74

Please sign in to comment.