Skip to content

Commit

Permalink
Add Ruby 3.3 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored and ko1 committed Jan 2, 2024
1 parent 9de0ff4 commit 6a9c75f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.7", "3.0", "3.1", "3.2", "head", "debug"]
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3", "head", "debug"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.2', 'head']
ruby-version: ["3.2", "3.3", "head"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ["2.7", "3.0", "3.1", "3.2", "head", "debug"]
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3", "head", "debug"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.0', '3.1', '3.2', 'head', 'debug']
ruby-version: ["3.0", "3.1", "3.2", "3.3", "head", "debug"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6a9c75f

Please sign in to comment.