|
2 | 2 | # This is a generated file by the `rake build_matrix:github:generate` task. |
3 | 3 | # See `build_matrix.yml` for the build matrix. |
4 | 4 | # Generate this file with `rake build_matrix:github:generate`. |
5 | | -# Generated job count: 234 |
| 5 | +# Generated job count: 241 |
6 | 6 | --- |
7 | 7 | name: Ruby gem CI |
8 | 8 | 'on': |
@@ -213,6 +213,33 @@ jobs: |
213 | 213 | JRUBY_OPTS: '' |
214 | 214 | COV: '1' |
215 | 215 | BUNDLE_GEMFILE: gemfiles/code_ownership.gemfile |
| 216 | + ruby_4-0-0__delayed_job_ubuntu-latest: |
| 217 | + name: Ruby 4.0.0 - delayed_job |
| 218 | + needs: ruby_4-0-0_ubuntu-latest |
| 219 | + runs-on: ubuntu-latest |
| 220 | + steps: |
| 221 | + - name: Check out repository |
| 222 | + uses: actions/checkout@v4 |
| 223 | + - name: Install Ruby |
| 224 | + uses: ruby/setup-ruby@v1 |
| 225 | + with: |
| 226 | + ruby-version: 4.0.0 |
| 227 | + bundler-cache: true |
| 228 | + - name: Install gem extension |
| 229 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 230 | + - name: Print extension install report |
| 231 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 232 | + file found'" |
| 233 | + - name: Print Makefile log file |
| 234 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 235 | + found'" |
| 236 | + - name: Run tests |
| 237 | + run: "./script/bundler_wrapper exec rake test" |
| 238 | + env: |
| 239 | + RAILS_ENV: test |
| 240 | + JRUBY_OPTS: '' |
| 241 | + COV: '1' |
| 242 | + BUNDLE_GEMFILE: gemfiles/delayed_job.gemfile |
216 | 243 | ruby_4-0-0__dry-monitor_ubuntu-latest: |
217 | 244 | name: Ruby 4.0.0 - dry-monitor |
218 | 245 | needs: ruby_4-0-0_ubuntu-latest |
@@ -1054,6 +1081,33 @@ jobs: |
1054 | 1081 | JRUBY_OPTS: '' |
1055 | 1082 | COV: '1' |
1056 | 1083 | BUNDLE_GEMFILE: gemfiles/code_ownership.gemfile |
| 1084 | + ruby_3-4-1__delayed_job_ubuntu-latest: |
| 1085 | + name: Ruby 3.4.1 - delayed_job |
| 1086 | + needs: ruby_3-4-1_ubuntu-latest |
| 1087 | + runs-on: ubuntu-latest |
| 1088 | + steps: |
| 1089 | + - name: Check out repository |
| 1090 | + uses: actions/checkout@v4 |
| 1091 | + - name: Install Ruby |
| 1092 | + uses: ruby/setup-ruby@v1 |
| 1093 | + with: |
| 1094 | + ruby-version: 3.4.1 |
| 1095 | + bundler-cache: true |
| 1096 | + - name: Install gem extension |
| 1097 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 1098 | + - name: Print extension install report |
| 1099 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 1100 | + file found'" |
| 1101 | + - name: Print Makefile log file |
| 1102 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 1103 | + found'" |
| 1104 | + - name: Run tests |
| 1105 | + run: "./script/bundler_wrapper exec rake test" |
| 1106 | + env: |
| 1107 | + RAILS_ENV: test |
| 1108 | + JRUBY_OPTS: '' |
| 1109 | + COV: '1' |
| 1110 | + BUNDLE_GEMFILE: gemfiles/delayed_job.gemfile |
1057 | 1111 | ruby_3-4-1__dry-monitor_ubuntu-latest: |
1058 | 1112 | name: Ruby 3.4.1 - dry-monitor |
1059 | 1113 | needs: ruby_3-4-1_ubuntu-latest |
@@ -2030,6 +2084,33 @@ jobs: |
2030 | 2084 | JRUBY_OPTS: '' |
2031 | 2085 | COV: '1' |
2032 | 2086 | BUNDLE_GEMFILE: gemfiles/code_ownership.gemfile |
| 2087 | + ruby_3-3-4__delayed_job_ubuntu-latest: |
| 2088 | + name: Ruby 3.3.4 - delayed_job |
| 2089 | + needs: ruby_3-3-4_ubuntu-latest |
| 2090 | + runs-on: ubuntu-latest |
| 2091 | + steps: |
| 2092 | + - name: Check out repository |
| 2093 | + uses: actions/checkout@v4 |
| 2094 | + - name: Install Ruby |
| 2095 | + uses: ruby/setup-ruby@v1 |
| 2096 | + with: |
| 2097 | + ruby-version: 3.3.4 |
| 2098 | + bundler-cache: true |
| 2099 | + - name: Install gem extension |
| 2100 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 2101 | + - name: Print extension install report |
| 2102 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 2103 | + file found'" |
| 2104 | + - name: Print Makefile log file |
| 2105 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 2106 | + found'" |
| 2107 | + - name: Run tests |
| 2108 | + run: "./script/bundler_wrapper exec rake test" |
| 2109 | + env: |
| 2110 | + RAILS_ENV: test |
| 2111 | + JRUBY_OPTS: '' |
| 2112 | + COV: '1' |
| 2113 | + BUNDLE_GEMFILE: gemfiles/delayed_job.gemfile |
2033 | 2114 | ruby_3-3-4__dry-monitor_ubuntu-latest: |
2034 | 2115 | name: Ruby 3.3.4 - dry-monitor |
2035 | 2116 | needs: ruby_3-3-4_ubuntu-latest |
@@ -2952,6 +3033,33 @@ jobs: |
2952 | 3033 | JRUBY_OPTS: '' |
2953 | 3034 | COV: '1' |
2954 | 3035 | BUNDLE_GEMFILE: gemfiles/capistrano3.gemfile |
| 3036 | + ruby_3-2-5__delayed_job_ubuntu-latest: |
| 3037 | + name: Ruby 3.2.5 - delayed_job |
| 3038 | + needs: ruby_3-2-5_ubuntu-latest |
| 3039 | + runs-on: ubuntu-latest |
| 3040 | + steps: |
| 3041 | + - name: Check out repository |
| 3042 | + uses: actions/checkout@v4 |
| 3043 | + - name: Install Ruby |
| 3044 | + uses: ruby/setup-ruby@v1 |
| 3045 | + with: |
| 3046 | + ruby-version: 3.2.5 |
| 3047 | + bundler-cache: true |
| 3048 | + - name: Install gem extension |
| 3049 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 3050 | + - name: Print extension install report |
| 3051 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 3052 | + file found'" |
| 3053 | + - name: Print Makefile log file |
| 3054 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 3055 | + found'" |
| 3056 | + - name: Run tests |
| 3057 | + run: "./script/bundler_wrapper exec rake test" |
| 3058 | + env: |
| 3059 | + RAILS_ENV: test |
| 3060 | + JRUBY_OPTS: '' |
| 3061 | + COV: '1' |
| 3062 | + BUNDLE_GEMFILE: gemfiles/delayed_job.gemfile |
2955 | 3063 | ruby_3-2-5__dry-monitor_ubuntu-latest: |
2956 | 3064 | name: Ruby 3.2.5 - dry-monitor |
2957 | 3065 | needs: ruby_3-2-5_ubuntu-latest |
@@ -3874,6 +3982,33 @@ jobs: |
3874 | 3982 | JRUBY_OPTS: '' |
3875 | 3983 | COV: '1' |
3876 | 3984 | BUNDLE_GEMFILE: gemfiles/capistrano3.gemfile |
| 3985 | + ruby_3-1-6__delayed_job_ubuntu-latest: |
| 3986 | + name: Ruby 3.1.6 - delayed_job |
| 3987 | + needs: ruby_3-1-6_ubuntu-latest |
| 3988 | + runs-on: ubuntu-latest |
| 3989 | + steps: |
| 3990 | + - name: Check out repository |
| 3991 | + uses: actions/checkout@v4 |
| 3992 | + - name: Install Ruby |
| 3993 | + uses: ruby/setup-ruby@v1 |
| 3994 | + with: |
| 3995 | + ruby-version: 3.1.6 |
| 3996 | + bundler-cache: true |
| 3997 | + - name: Install gem extension |
| 3998 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 3999 | + - name: Print extension install report |
| 4000 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 4001 | + file found'" |
| 4002 | + - name: Print Makefile log file |
| 4003 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 4004 | + found'" |
| 4005 | + - name: Run tests |
| 4006 | + run: "./script/bundler_wrapper exec rake test" |
| 4007 | + env: |
| 4008 | + RAILS_ENV: test |
| 4009 | + JRUBY_OPTS: '' |
| 4010 | + COV: '1' |
| 4011 | + BUNDLE_GEMFILE: gemfiles/delayed_job.gemfile |
3877 | 4012 | ruby_3-1-6__dry-monitor_ubuntu-latest: |
3878 | 4013 | name: Ruby 3.1.6 - dry-monitor |
3879 | 4014 | needs: ruby_3-1-6_ubuntu-latest |
@@ -4715,6 +4850,33 @@ jobs: |
4715 | 4850 | JRUBY_OPTS: '' |
4716 | 4851 | COV: '1' |
4717 | 4852 | BUNDLE_GEMFILE: gemfiles/capistrano3.gemfile |
| 4853 | + ruby_3-0-7__delayed_job_ubuntu-latest: |
| 4854 | + name: Ruby 3.0.7 - delayed_job |
| 4855 | + needs: ruby_3-0-7_ubuntu-latest |
| 4856 | + runs-on: ubuntu-latest |
| 4857 | + steps: |
| 4858 | + - name: Check out repository |
| 4859 | + uses: actions/checkout@v4 |
| 4860 | + - name: Install Ruby |
| 4861 | + uses: ruby/setup-ruby@v1 |
| 4862 | + with: |
| 4863 | + ruby-version: 3.0.7 |
| 4864 | + bundler-cache: true |
| 4865 | + - name: Install gem extension |
| 4866 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 4867 | + - name: Print extension install report |
| 4868 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 4869 | + file found'" |
| 4870 | + - name: Print Makefile log file |
| 4871 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 4872 | + found'" |
| 4873 | + - name: Run tests |
| 4874 | + run: "./script/bundler_wrapper exec rake test" |
| 4875 | + env: |
| 4876 | + RAILS_ENV: test |
| 4877 | + JRUBY_OPTS: '' |
| 4878 | + COV: '1' |
| 4879 | + BUNDLE_GEMFILE: gemfiles/delayed_job.gemfile |
4718 | 4880 | ruby_3-0-7__dry-monitor_ubuntu-latest: |
4719 | 4881 | name: Ruby 3.0.7 - dry-monitor |
4720 | 4882 | needs: ruby_3-0-7_ubuntu-latest |
@@ -5529,6 +5691,33 @@ jobs: |
5529 | 5691 | JRUBY_OPTS: '' |
5530 | 5692 | COV: '1' |
5531 | 5693 | BUNDLE_GEMFILE: gemfiles/capistrano3.gemfile |
| 5694 | + ruby_2-7-8__delayed_job_ubuntu-latest: |
| 5695 | + name: Ruby 2.7.8 - delayed_job |
| 5696 | + needs: ruby_2-7-8_ubuntu-latest |
| 5697 | + runs-on: ubuntu-latest |
| 5698 | + steps: |
| 5699 | + - name: Check out repository |
| 5700 | + uses: actions/checkout@v4 |
| 5701 | + - name: Install Ruby |
| 5702 | + uses: ruby/setup-ruby@v1 |
| 5703 | + with: |
| 5704 | + ruby-version: 2.7.8 |
| 5705 | + bundler-cache: true |
| 5706 | + - name: Install gem extension |
| 5707 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 5708 | + - name: Print extension install report |
| 5709 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 5710 | + file found'" |
| 5711 | + - name: Print Makefile log file |
| 5712 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 5713 | + found'" |
| 5714 | + - name: Run tests |
| 5715 | + run: "./script/bundler_wrapper exec rake test" |
| 5716 | + env: |
| 5717 | + RAILS_ENV: test |
| 5718 | + JRUBY_OPTS: '' |
| 5719 | + COV: '1' |
| 5720 | + BUNDLE_GEMFILE: gemfiles/delayed_job.gemfile |
5532 | 5721 | ruby_2-7-8__faraday-1_ubuntu-latest: |
5533 | 5722 | name: Ruby 2.7.8 - faraday-1 |
5534 | 5723 | needs: ruby_2-7-8_ubuntu-latest |
|
0 commit comments