Commit 9783d74
Add Docker services for Rails 7.1-8.1 testing
Expand docker-compose.yml to include services for all supported
Rails versions from the CI matrix:
Services added:
- rails-7.1: Rails 7.1.6
- rails-7.2: Rails 7.2.3
- rails-8.0: Rails 8.0.4
- rails-8.1: Rails 8.1.2
Updated services:
- rails-6.1: 6.1.7 → 6.1.7.10
- rails-7.0: 7.0.4 → 7.0.10
- shell: default Rails version 6.1.7 → 8.1.2
Usage:
docker-compose run rails-7.1
docker-compose run rails-7.2
docker-compose run rails-8.0
docker-compose run rails-8.1
This matches the expanded CI matrix and enables local testing
across all supported Rails versions.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 3fbf28b commit 9783d74
1 file changed
Lines changed: 38 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
31 | 63 | | |
32 | 64 | | |
33 | 65 | | |
34 | 66 | | |
35 | | - | |
| 67 | + | |
36 | 68 | | |
37 | 69 | | |
38 | 70 | | |
| |||
0 commit comments