File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 strategy :
3737 fail-fast : false
3838 matrix :
39- ruby-version : ["3.2", "3.3", "3.4"]
39+ ruby-version : ["3.2", "3.3", "3.4", "4.0" ]
4040 active-record-version-env :
4141 - ACTIVE_RECORD_VERSION="~> 7.1.0"
4242 - ACTIVE_RECORD_VERSION="~> 7.2.0"
@@ -47,19 +47,19 @@ jobs:
4747 - ruby-version : " ruby-head"
4848 active-record-version-env : ACTIVE_RECORD_VERSION="~> 8.1.0"
4949 allow-failure : true
50- - ruby-version : " 3.4 "
50+ - ruby-version : " 4.0 "
5151 active-record-version-env : ACTIVE_RECORD_BRANCH="main"
5252 allow-failure : true
53- - ruby-version : " 3.4 "
53+ - ruby-version : " 4.0 "
5454 active-record-version-env : ACTIVE_RECORD_BRANCH="8-1-stable"
5555 allow-failure : true
56- - ruby-version : " 3.4 "
56+ - ruby-version : " 4.0 "
5757 active-record-version-env : ACTIVE_RECORD_BRANCH="8-0-stable"
5858 allow-failure : true
59- - ruby-version : " 3.4 "
59+ - ruby-version : " 4.0 "
6060 active-record-version-env : ACTIVE_RECORD_BRANCH="7-2-stable"
6161 allow-failure : true
62- - ruby-version : " 3.4 "
62+ - ruby-version : " 4.0 "
6363 active-record-version-env : ACTIVE_RECORD_BRANCH="7-1-stable"
6464 allow-failure : true
6565 continue-on-error : ${{ matrix.allow-failure }}
Original file line number Diff line number Diff line change 1414
1515gem "activerecord" , ENV . fetch ( "ACTIVE_RECORD_VERSION" , nil ) if ENV [ "ACTIVE_RECORD_VERSION" ] # standard:disable Bundler/DuplicatedGem
1616
17+ gem "benchmark"
1718gem "debug"
1819gem "irb"
1920gem "mutex_m"
You can’t perform that action at this time.
0 commit comments