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
sleepingkingstudios committed Jan 13, 2024
1 parent d3c8cc5 commit b32163c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v2
Expand All @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The Ruby ecosystem has a wide variety of tools and libraries for managing data a

### Compatibility

Cuprum::Collections is tested against Ruby (MRI) 2.7 through 3.2.
Cuprum::Collections is tested against Ruby (MRI) 2.7 through 3.3.

### Documentation

Expand Down

0 comments on commit b32163c

Please sign in to comment.