|
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: 191 |
| 5 | +# Generated job count: 195 |
6 | 6 | --- |
7 | 7 | name: Ruby gem CI |
8 | 8 | 'on': |
@@ -265,6 +265,33 @@ jobs: |
265 | 265 | JRUBY_OPTS: '' |
266 | 266 | COV: '1' |
267 | 267 | BUNDLE_GEMFILE: gemfiles/http5.gemfile |
| 268 | + ruby_4-0-0__http6_ubuntu-latest: |
| 269 | + name: Ruby 4.0.0 - http6 |
| 270 | + needs: ruby_4-0-0_ubuntu-latest |
| 271 | + runs-on: ubuntu-latest |
| 272 | + steps: |
| 273 | + - name: Check out repository |
| 274 | + uses: actions/checkout@v4 |
| 275 | + - name: Install Ruby |
| 276 | + uses: ruby/setup-ruby@v1 |
| 277 | + with: |
| 278 | + ruby-version: 4.0.0 |
| 279 | + bundler-cache: true |
| 280 | + - name: Install gem extension |
| 281 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 282 | + - name: Print extension install report |
| 283 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 284 | + file found'" |
| 285 | + - name: Print Makefile log file |
| 286 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 287 | + found'" |
| 288 | + - name: Run tests |
| 289 | + run: "./script/bundler_wrapper exec rake test" |
| 290 | + env: |
| 291 | + RAILS_ENV: test |
| 292 | + JRUBY_OPTS: '' |
| 293 | + COV: '1' |
| 294 | + BUNDLE_GEMFILE: gemfiles/http6.gemfile |
268 | 295 | ruby_4-0-0__ownership_ubuntu-latest: |
269 | 296 | name: Ruby 4.0.0 - ownership |
270 | 297 | needs: ruby_4-0-0_ubuntu-latest |
@@ -998,6 +1025,33 @@ jobs: |
998 | 1025 | JRUBY_OPTS: '' |
999 | 1026 | COV: '1' |
1000 | 1027 | BUNDLE_GEMFILE: gemfiles/http5.gemfile |
| 1028 | + ruby_3-4-1__http6_ubuntu-latest: |
| 1029 | + name: Ruby 3.4.1 - http6 |
| 1030 | + needs: ruby_3-4-1_ubuntu-latest |
| 1031 | + runs-on: ubuntu-latest |
| 1032 | + steps: |
| 1033 | + - name: Check out repository |
| 1034 | + uses: actions/checkout@v4 |
| 1035 | + - name: Install Ruby |
| 1036 | + uses: ruby/setup-ruby@v1 |
| 1037 | + with: |
| 1038 | + ruby-version: 3.4.1 |
| 1039 | + bundler-cache: true |
| 1040 | + - name: Install gem extension |
| 1041 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 1042 | + - name: Print extension install report |
| 1043 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 1044 | + file found'" |
| 1045 | + - name: Print Makefile log file |
| 1046 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 1047 | + found'" |
| 1048 | + - name: Run tests |
| 1049 | + run: "./script/bundler_wrapper exec rake test" |
| 1050 | + env: |
| 1051 | + RAILS_ENV: test |
| 1052 | + JRUBY_OPTS: '' |
| 1053 | + COV: '1' |
| 1054 | + BUNDLE_GEMFILE: gemfiles/http6.gemfile |
1001 | 1055 | ruby_3-4-1__ownership_ubuntu-latest: |
1002 | 1056 | name: Ruby 3.4.1 - ownership |
1003 | 1057 | needs: ruby_3-4-1_ubuntu-latest |
@@ -1758,6 +1812,33 @@ jobs: |
1758 | 1812 | JRUBY_OPTS: '' |
1759 | 1813 | COV: '1' |
1760 | 1814 | BUNDLE_GEMFILE: gemfiles/http5.gemfile |
| 1815 | + ruby_3-3-4__http6_ubuntu-latest: |
| 1816 | + name: Ruby 3.3.4 - http6 |
| 1817 | + needs: ruby_3-3-4_ubuntu-latest |
| 1818 | + runs-on: ubuntu-latest |
| 1819 | + steps: |
| 1820 | + - name: Check out repository |
| 1821 | + uses: actions/checkout@v4 |
| 1822 | + - name: Install Ruby |
| 1823 | + uses: ruby/setup-ruby@v1 |
| 1824 | + with: |
| 1825 | + ruby-version: 3.3.4 |
| 1826 | + bundler-cache: true |
| 1827 | + - name: Install gem extension |
| 1828 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 1829 | + - name: Print extension install report |
| 1830 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 1831 | + file found'" |
| 1832 | + - name: Print Makefile log file |
| 1833 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 1834 | + found'" |
| 1835 | + - name: Run tests |
| 1836 | + run: "./script/bundler_wrapper exec rake test" |
| 1837 | + env: |
| 1838 | + RAILS_ENV: test |
| 1839 | + JRUBY_OPTS: '' |
| 1840 | + COV: '1' |
| 1841 | + BUNDLE_GEMFILE: gemfiles/http6.gemfile |
1761 | 1842 | ruby_3-3-4__ownership_ubuntu-latest: |
1762 | 1843 | name: Ruby 3.3.4 - ownership |
1763 | 1844 | needs: ruby_3-3-4_ubuntu-latest |
@@ -2518,6 +2599,33 @@ jobs: |
2518 | 2599 | JRUBY_OPTS: '' |
2519 | 2600 | COV: '1' |
2520 | 2601 | BUNDLE_GEMFILE: gemfiles/http5.gemfile |
| 2602 | + ruby_3-2-5__http6_ubuntu-latest: |
| 2603 | + name: Ruby 3.2.5 - http6 |
| 2604 | + needs: ruby_3-2-5_ubuntu-latest |
| 2605 | + runs-on: ubuntu-latest |
| 2606 | + steps: |
| 2607 | + - name: Check out repository |
| 2608 | + uses: actions/checkout@v4 |
| 2609 | + - name: Install Ruby |
| 2610 | + uses: ruby/setup-ruby@v1 |
| 2611 | + with: |
| 2612 | + ruby-version: 3.2.5 |
| 2613 | + bundler-cache: true |
| 2614 | + - name: Install gem extension |
| 2615 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 2616 | + - name: Print extension install report |
| 2617 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 2618 | + file found'" |
| 2619 | + - name: Print Makefile log file |
| 2620 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 2621 | + found'" |
| 2622 | + - name: Run tests |
| 2623 | + run: "./script/bundler_wrapper exec rake test" |
| 2624 | + env: |
| 2625 | + RAILS_ENV: test |
| 2626 | + JRUBY_OPTS: '' |
| 2627 | + COV: '1' |
| 2628 | + BUNDLE_GEMFILE: gemfiles/http6.gemfile |
2521 | 2629 | ruby_3-2-5__ownership_ubuntu-latest: |
2522 | 2630 | name: Ruby 3.2.5 - ownership |
2523 | 2631 | needs: ruby_3-2-5_ubuntu-latest |
|
0 commit comments