Skip to content

Commit

Permalink
chore: add ruby 3.3 to ci workflow (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkedb authored Jan 13, 2024
1 parent 10f2303 commit b4213b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
BUNDLE_WITHOUT: development:test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Ruby 3.1
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
bundler-cache: true

- name: Rubocop
Expand All @@ -33,10 +33,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ my_mock.mock.results

## Requirements

Grift supports all Ruby versions >= 2.7 (including 3.2).
Grift supports all Ruby versions >= 2.7 (including 3.3).

## Development

Expand Down

0 comments on commit b4213b1

Please sign in to comment.