Skip to content

Commit 5a9101e

Browse files
committed
Use an actual matrix.
1 parent 417df31 commit 5a9101e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test-sentinel.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
os:
2020
- ubuntu
2121

22+
ruby:
23+
- "3.1"
24+
- "3.2"
25+
- "3.3"
26+
2227
experimental: [false]
2328

2429
steps:

sentinel/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- redis-master
1616
- redis-slave
1717
tests:
18-
image: ruby:latest
18+
image: ruby:${RUBY_VERSION:-latest}
1919
volumes:
2020
- ../:/code
2121
command: bash -c "cd /code && bundle install && bundle exec sus sentinel/test"

0 commit comments

Comments
 (0)