Skip to content

Commit

Permalink
CIで動かすrubyバージョンに3.3を増やす
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Dec 29, 2023
1 parent 0780b66 commit e50563e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby

name: Ruby
name: test

on:
schedule:
Expand All @@ -21,7 +21,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
ruby-version: ['2.5', '2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.5', '2.7', '3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand All @@ -36,7 +36,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2']
ruby-version: ['3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.3.0
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ PLATFORMS
aarch64-linux
arm64-darwin-20
arm64-darwin-21
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit e50563e

Please sign in to comment.