Skip to content

Commit

Permalink
Add Ruby 3.3 to CI matrix (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 committed Jan 17, 2024
1 parent d2f080c commit c9012bc
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 @@ -24,6 +24,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 @@ -25,6 +25,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"

experimental: [false]

Expand Down

0 comments on commit c9012bc

Please sign in to comment.