Skip to content

Commit

Permalink
Add Ruby 3.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
roberts1000 committed Jan 29, 2024
1 parent c0a1364 commit 25c7ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2']
ruby-version: ['3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Issues are tracked at https://github.com/roberts1000/rspec_starter/issues. Issue
1. [#140](../../issues/140): Add Ruby 3.1 support.
1. [#142](../../issues/142): Add a PR template. **(Internal)**
1. [#144](../../issues/144): Add Ruby 3.2 support.
1. [#146](../../issues/146): Add Ruby 3.3 support.

## 2.0.1 (Sep 11, 2021)

Expand Down

0 comments on commit 25c7ffd

Please sign in to comment.