File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
sqlite3 :
11
- runs-on : ubuntu-22.04
11
+ runs-on : ubuntu-latest
12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
15
rails :
16
16
- 8-0-stable
17
- - v8.0.0
18
17
- v7.2.2
19
18
- v7.1.0
20
19
ruby :
21
20
- 3.2.2
22
21
- 3.1.4
22
+ exclude :
23
+ rails :
24
+ - 8-0-stable
25
+ ruby :
26
+ - 3.1.4
23
27
env :
24
28
DB : sqlite3
25
29
RAILS : ${{ matrix.rails }}
34
38
run : bundle exec rspec
35
39
36
40
mysql :
37
- runs-on : ubuntu-22.04
41
+ runs-on : ubuntu-latest
38
42
strategy :
39
43
fail-fast : false
40
44
matrix :
67
71
run : bundle exec rspec
68
72
69
73
postgres :
70
- runs-on : ubuntu-22.04
74
+ runs-on : ubuntu-latest
71
75
strategy :
72
76
fail-fast : false
73
77
matrix :
@@ -112,7 +116,7 @@ jobs:
112
116
run : bundle exec rspec
113
117
114
118
bug-report-templates :
115
- runs-on : ubuntu-22.04
119
+ runs-on : ubuntu-latest
116
120
steps :
117
121
- uses : actions/checkout@v2
118
122
- name : Set up Ruby
You can’t perform that action at this time.
0 commit comments