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 35336e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ GEM
logger (1.5.3)
method_source (1.0.0)
minitest (5.18.0)
parser (3.2.2.1)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.2)
Expand Down Expand Up @@ -79,6 +81,7 @@ PLATFORMS
aarch64-linux
arm64-darwin-20
arm64-darwin-21
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 35336e5

Please sign in to comment.