Skip to content

Commit

Permalink
build: add ruby version to matrix (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored Jan 5, 2025
1 parent 478eefd commit 4bb1fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
max-parallel: 4
matrix:
# Run acceptance tests all supported combinations of Ruby and ActiveRecord.
ruby: ["3.1", "3.2", "3.3"]
ar: ["~> 6.1.0", "~> 7.0.0", "~> 7.1.0", "~> 7.2.0", "~> 8.0.0"]
# Exclude combinations that are not supported.
exclude:
Expand Down

0 comments on commit 4bb1fff

Please sign in to comment.