Skip to content

Commit

Permalink
Merge pull request #66 from k2nr/test-with-ruby-3.3
Browse files Browse the repository at this point in the history
Test with Ruby 3.3
  • Loading branch information
bquorning authored Dec 28, 2023
2 parents 8a4b20f + ce908c1 commit 2a8a06a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
standardrb:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
ruby-version: "3.3"
bundler-cache: true
- run: bundle exec rubocop
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
activerecord-version: ["6.0", "6.1", "7.0", "7.0.5", "7.1"]
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
ruby-version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
include:
- {activerecord-version: "5.2", ruby-version: "2.7"}
steps:
Expand Down

0 comments on commit 2a8a06a

Please sign in to comment.