File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : false
11
11
matrix :
12
12
include :
13
+ - name : " Ruby 3.4 & Rails 8.0"
14
+ ruby-version : " 3.4"
15
+ rails-version : " 8.0"
13
16
- name : " Ruby 3.3 & Rails 8.0"
14
17
ruby-version : " 3.3"
15
18
rails-version : " 8.0"
@@ -141,13 +144,13 @@ jobs:
141
144
fail-fast : false
142
145
matrix :
143
146
include :
144
- - ruby-version : " 3.3 "
147
+ - ruby-version : " 3.4 "
145
148
rails-version : " 8.0"
146
- - ruby-version : " 2.7 "
149
+ - ruby-version : " 3.3 "
147
150
rails-version : " 7"
148
- - ruby-version : " 2.7 "
151
+ - ruby-version : " 3.2 "
149
152
rails-version : " 7.1"
150
- - ruby-version : " 2.7 "
153
+ - ruby-version : " 3.0 "
151
154
rails-version : " 7.0"
152
155
- ruby-version : " 2.7"
153
156
rails-version : " 6"
Original file line number Diff line number Diff line change 1
1
version : " 3.7"
2
2
3
3
services :
4
- ruby-3.3 -rails-8.0 :
4
+ ruby-3.4 -rails-8.0 :
5
5
build :
6
6
context : .
7
7
dockerfile : dockerfiles/ruby.dockerfile
8
8
args :
9
- FROM : ruby:3.3
9
+ FROM : ruby:3.4
10
10
RAILS_VERSION : 8.0
11
11
volumes :
12
12
- .:/source:delegated
13
13
14
- ruby-2.7 -rails-7 :
14
+ ruby-3.3 -rails-7 :
15
15
build :
16
16
context : .
17
17
dockerfile : dockerfiles/ruby.dockerfile
18
18
args :
19
- FROM : ruby:2.7
19
+ FROM : ruby:3.2
20
20
RAILS_VERSION : 7
21
21
volumes :
22
22
- .:/source:delegated
23
23
24
- ruby-2.7 -rails-7.1 :
24
+ ruby-3.2 -rails-7.1 :
25
25
build :
26
26
context : .
27
27
dockerfile : dockerfiles/ruby.dockerfile
28
28
args :
29
- FROM : ruby:2.7
29
+ FROM : ruby:3.0
30
30
RAILS_VERSION : 7.1
31
31
volumes :
32
32
- .:/source:delegated
33
33
34
- ruby-2.7 -rails-7.0 :
34
+ ruby-3.0 -rails-7.0 :
35
35
build :
36
36
context : .
37
37
dockerfile : dockerfiles/ruby.dockerfile
You can’t perform that action at this time.
0 commit comments