Skip to content

Commit 8a8e513

Browse files
committed
Update to latest ruby.
1 parent d6f7c50 commit 8a8e513

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.github/workflows/test-sentinel.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ permissions:
77

88
env:
99
CONSOLE_OUTPUT: XTerm
10-
ASYNC_REDIS_MASTER: "redis://redis-master:6379"
11-
ASYNC_REDIS_SLAVE: "redis://redis-slave:6379"
12-
ASYNC_REDIS_SENTINEL: "redis://redis-sentinel:26379"
1310

1411
jobs:
1512
test:
@@ -22,23 +19,7 @@ jobs:
2219
os:
2320
- ubuntu
2421

25-
ruby:
26-
- "3.1"
27-
- "3.2"
28-
- "3.3"
29-
3022
experimental: [false]
31-
32-
include:
33-
- os: ubuntu
34-
ruby: truffleruby
35-
experimental: true
36-
- os: ubuntu
37-
ruby: jruby
38-
experimental: true
39-
- os: ubuntu
40-
ruby: head
41-
experimental: true
4223

4324
steps:
4425
- uses: actions/checkout@v4
@@ -48,11 +29,6 @@ jobs:
4829
sudo apt-get update
4930
sudo apt-get install -y docker-compose
5031
51-
- uses: ruby/setup-ruby@v1
52-
with:
53-
ruby-version: ${{matrix.ruby}}
54-
bundler-cache: true
55-
5632
- name: Run tests
5733
timeout-minutes: 10
5834
run: docker-compose -f sentinel/docker-compose.yaml up

sentinel/docker-compose.yaml

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

0 commit comments

Comments
 (0)