Skip to content

Commit

Permalink
Add Ruby 3.3 to CI matrix (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 authored Feb 1, 2024
1 parent 8e83464 commit 062e35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"

experimental: [false]

Expand Down

0 comments on commit 062e35d

Please sign in to comment.