File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141 - uses : ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
4242 with :
43- ruby-version : " 3.4 "
43+ ruby-version : " 4.0 "
4444 bundler-cache : true
4545 - run : bundle exec rake rubocop
4646
5151 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252 - uses : ruby/setup-ruby-pkgs@2233d39c1315c667a2970436418b520a6300124e # v1.33.5
5353 with :
54- ruby-version : " 3.4 "
54+ ruby-version : " 4.0 "
5555 bundler-cache : true
5656 apt-get : libsqlite3-dev
5757 - run : bundle exec rake compile -- --enable-system-libraries
@@ -166,7 +166,7 @@ jobs:
166166 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
167167 - uses : ruby/setup-ruby-pkgs@2233d39c1315c667a2970436418b520a6300124e # v1.33.5
168168 with :
169- ruby-version : " 3.4 "
169+ ruby-version : " 4.0 "
170170 bundler-cache : true
171171 apt-get : valgrind
172172 - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
@@ -193,7 +193,7 @@ jobs:
193193 key : ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
194194 - uses : ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
195195 with :
196- ruby-version : " 3.4 "
196+ ruby-version : " 4.0 "
197197 bundler-cache : true
198198 - run : bundle exec ruby ./ext/sqlite3/extconf.rb --download-dependencies
199199 - id : rcd_image_version
@@ -211,7 +211,7 @@ jobs:
211211 key : ports-archives-tarball-${{ hashFiles('ext/sqlite3/extconf.rb','dependencies.yml') }}
212212 - uses : ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
213213 with :
214- ruby-version : " 3.4 "
214+ ruby-version : " 4.0 "
215215 bundler-cache : true
216216 - run : ./bin/test-gem-build gems ruby
217217 - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525 - uses : ruby/setup-ruby-pkgs@2233d39c1315c667a2970436418b520a6300124e # v1.33.5
2626 with :
27- ruby-version : " 3.4 "
27+ ruby-version : " 4.0 "
2828 bundler : latest
2929 bundler-cache : true
3030 apt-get : sqlite3 # active record test suite uses the sqlite3 cli
You can’t perform that action at this time.
0 commit comments