Skip to content

Commit d743795

Browse files
committed
👷 Disable tests on Ruby 2.4 due to difficulty installing sqlite3
1 parent ad949a4 commit d743795

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/ancient.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,31 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
include:
33-
# Ruby 2.4
34-
- ruby: "2.4"
35-
appraisal: "ar-5-2"
36-
exec_cmd: "rake spec:orm:active_record"
37-
gemfile: "Appraisal.root"
38-
rubygems: "3.3.27"
39-
bundler: "2.3.27"
40-
- ruby: "2.4"
41-
appraisal: "couch-1.17"
42-
exec_cmd: "rake spec:orm:couch_potato"
43-
gemfile: "Appraisal.root"
44-
rubygems: "3.3.27"
45-
bundler: "2.3.27"
46-
- ruby: "2.4"
47-
appraisal: "mongoid-7.3"
48-
exec_cmd: "rake spec:orm:mongoid"
49-
gemfile: "Appraisal.root"
50-
rubygems: "3.3.27"
51-
bundler: "2.3.27"
52-
- ruby: "2.4"
53-
appraisal: "sequel-5.86"
54-
exec_cmd: "rake spec:orm:sequel"
55-
gemfile: "Appraisal.root"
56-
rubygems: "3.3.27"
57-
bundler: "2.3.27"
33+
# # Ruby 2.4
34+
# - ruby: "2.4"
35+
# appraisal: "ar-5-2"
36+
# exec_cmd: "rake spec:orm:active_record"
37+
# gemfile: "Appraisal.root"
38+
# rubygems: "3.3.27"
39+
# bundler: "2.3.27"
40+
# - ruby: "2.4"
41+
# appraisal: "couch-1.17"
42+
# exec_cmd: "rake spec:orm:couch_potato"
43+
# gemfile: "Appraisal.root"
44+
# rubygems: "3.3.27"
45+
# bundler: "2.3.27"
46+
# - ruby: "2.4"
47+
# appraisal: "mongoid-7.3"
48+
# exec_cmd: "rake spec:orm:mongoid"
49+
# gemfile: "Appraisal.root"
50+
# rubygems: "3.3.27"
51+
# bundler: "2.3.27"
52+
# - ruby: "2.4"
53+
# appraisal: "sequel-5.86"
54+
# exec_cmd: "rake spec:orm:sequel"
55+
# gemfile: "Appraisal.root"
56+
# rubygems: "3.3.27"
57+
# bundler: "2.3.27"
5858

5959
# Ruby 2.5
6060
- ruby: "2.5"

0 commit comments

Comments
 (0)