Skip to content

Commit

Permalink
Test against ruby 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Dec 31, 2023
1 parent 5632061 commit e4919a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- run: bundle exec rubocop

Expand Down Expand Up @@ -39,11 +39,9 @@ jobs:
gemfile: activerecord_70.gemfile
- ruby-version: 2.7
gemfile: activerecord_71.gemfile
- ruby-version: 2.7
gemfile: activerecord_head.gemfile

# Test against latest versions just in case.
- ruby-version: 3.2
- ruby-version: 3.3
gemfile: activerecord_head.gemfile
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}
Expand Down

0 comments on commit e4919a7

Please sign in to comment.