Skip to content

Commit

Permalink
added Ruby 3.3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltz committed Dec 26, 2023
1 parent 803f990 commit f60bfca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
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@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1.146.0
uses: ruby/setup-ruby@v1.163.0
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ GEM
net-smtp
marcel (1.0.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
mutex_m (0.2.0)
net-imap (0.4.8)
Expand All @@ -130,9 +131,8 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
psych (5.1.1.1)
stringio
Expand Down Expand Up @@ -196,8 +196,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.9-arm64-darwin)
sqlite3 (1.6.9-x86_64-linux)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
stringio (3.1.0)
thor (1.3.0)
timeout (0.4.1)
Expand Down

0 comments on commit f60bfca

Please sign in to comment.