File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- ruby : ["3.0 ", "3.1 ", "3.2 "]
17
- rails : ["6.1", "7.0", "7.1"]
16
+ ruby : ["3.1 ", "3.2 ", "3.3 "]
17
+ rails : ["6.1", "7.0", "7.1", "7.2" ]
18
18
include :
19
- - ruby : " 3.1"
20
- rails : " 7.2"
21
- - ruby : " 3.2"
22
- rails : " 7.2"
23
- - ruby : " 3.3"
24
- rails : " 7.2"
25
19
- ruby : " 3.3"
26
20
rails : " main"
27
21
41
35
uses : " ruby/setup-ruby@v1"
42
36
with :
43
37
ruby-version : " ${{ matrix.ruby }}"
44
-
45
- - name : " Generate lockfile"
46
- run : |
47
- bundle config path vendor/bundle
48
- bundle lock
49
-
50
- - name : " Cache Ruby dependencies"
51
- uses : " actions/cache@v4"
52
- with :
53
- path : " vendor/bundle"
54
- key : bundle-${{ hashFiles('Gemfile.lock') }}
38
+ bundler-cache : true
55
39
56
40
- name : " Install Webdriver"
57
41
run : |
You can’t perform that action at this time.
0 commit comments