Skip to content

Commit

Permalink
Extend test matrix since we have support for Ruby 2.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
florianpilz committed Dec 22, 2023
1 parent 0349c82 commit d40ef02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
ruby: ['2.7', '3.0', '3.2']
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']

services:
eventq_redis:
Expand Down

0 comments on commit d40ef02

Please sign in to comment.