Skip to content

Commit

Permalink
Add ruby 3.3 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Evstigneev committed Dec 29, 2023
1 parent d54ef1b commit 9dd3aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: [2.7, '3.0', 3.1, 3.2]
ruby: [2.7, '3.0', 3.1, 3.2, 3.3]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec

gem 'rake'

gem 'roo', '2.8.3', git: 'https://github.com/roo-rb/roo.git', tag: 'v2.8.3'
gem 'roo'

gem 'minitest'
gem 'minitest-reporters'
Expand Down

0 comments on commit 9dd3aea

Please sign in to comment.