|
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: 151 |
| 5 | +# Generated job count: 157 |
6 | 6 | ---
|
7 | 7 | name: Ruby gem CI
|
8 | 8 | 'on':
|
@@ -318,6 +318,33 @@ jobs:
|
318 | 318 | JRUBY_OPTS: ''
|
319 | 319 | COV: '1'
|
320 | 320 | BUNDLE_GEMFILE: gemfiles/http5.gemfile
|
| 321 | + ruby_3-4-1__ownership_ubuntu-latest: |
| 322 | + name: Ruby 3.4.1 - ownership |
| 323 | + needs: ruby_3-4-1_ubuntu-latest |
| 324 | + runs-on: ubuntu-latest |
| 325 | + steps: |
| 326 | + - name: Check out repository |
| 327 | + uses: actions/checkout@v4 |
| 328 | + - name: Install Ruby |
| 329 | + uses: ruby/setup-ruby@v1 |
| 330 | + with: |
| 331 | + ruby-version: 3.4.1 |
| 332 | + bundler-cache: true |
| 333 | + - name: Install gem extension |
| 334 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 335 | + - name: Print extension install report |
| 336 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 337 | + file found'" |
| 338 | + - name: Print Makefile log file |
| 339 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 340 | + found'" |
| 341 | + - name: Run tests |
| 342 | + run: "./script/bundler_wrapper exec rake test" |
| 343 | + env: |
| 344 | + RAILS_ENV: test |
| 345 | + JRUBY_OPTS: '' |
| 346 | + COV: '1' |
| 347 | + BUNDLE_GEMFILE: gemfiles/ownership.gemfile |
321 | 348 | ruby_3-4-1__padrino_ubuntu-latest:
|
322 | 349 | name: Ruby 3.4.1 - padrino
|
323 | 350 | needs: ruby_3-4-1_ubuntu-latest
|
@@ -970,6 +997,33 @@ jobs:
|
970 | 997 | JRUBY_OPTS: ''
|
971 | 998 | COV: '1'
|
972 | 999 | BUNDLE_GEMFILE: gemfiles/http5.gemfile
|
| 1000 | + ruby_3-3-4__ownership_ubuntu-latest: |
| 1001 | + name: Ruby 3.3.4 - ownership |
| 1002 | + needs: ruby_3-3-4_ubuntu-latest |
| 1003 | + runs-on: ubuntu-latest |
| 1004 | + steps: |
| 1005 | + - name: Check out repository |
| 1006 | + uses: actions/checkout@v4 |
| 1007 | + - name: Install Ruby |
| 1008 | + uses: ruby/setup-ruby@v1 |
| 1009 | + with: |
| 1010 | + ruby-version: 3.3.4 |
| 1011 | + bundler-cache: true |
| 1012 | + - name: Install gem extension |
| 1013 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 1014 | + - name: Print extension install report |
| 1015 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 1016 | + file found'" |
| 1017 | + - name: Print Makefile log file |
| 1018 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 1019 | + found'" |
| 1020 | + - name: Run tests |
| 1021 | + run: "./script/bundler_wrapper exec rake test" |
| 1022 | + env: |
| 1023 | + RAILS_ENV: test |
| 1024 | + JRUBY_OPTS: '' |
| 1025 | + COV: '1' |
| 1026 | + BUNDLE_GEMFILE: gemfiles/ownership.gemfile |
973 | 1027 | ruby_3-3-4__padrino_ubuntu-latest:
|
974 | 1028 | name: Ruby 3.3.4 - padrino
|
975 | 1029 | needs: ruby_3-3-4_ubuntu-latest
|
@@ -1649,6 +1703,33 @@ jobs:
|
1649 | 1703 | JRUBY_OPTS: ''
|
1650 | 1704 | COV: '1'
|
1651 | 1705 | BUNDLE_GEMFILE: gemfiles/http5.gemfile
|
| 1706 | + ruby_3-2-5__ownership_ubuntu-latest: |
| 1707 | + name: Ruby 3.2.5 - ownership |
| 1708 | + needs: ruby_3-2-5_ubuntu-latest |
| 1709 | + runs-on: ubuntu-latest |
| 1710 | + steps: |
| 1711 | + - name: Check out repository |
| 1712 | + uses: actions/checkout@v4 |
| 1713 | + - name: Install Ruby |
| 1714 | + uses: ruby/setup-ruby@v1 |
| 1715 | + with: |
| 1716 | + ruby-version: 3.2.5 |
| 1717 | + bundler-cache: true |
| 1718 | + - name: Install gem extension |
| 1719 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 1720 | + - name: Print extension install report |
| 1721 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 1722 | + file found'" |
| 1723 | + - name: Print Makefile log file |
| 1724 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 1725 | + found'" |
| 1726 | + - name: Run tests |
| 1727 | + run: "./script/bundler_wrapper exec rake test" |
| 1728 | + env: |
| 1729 | + RAILS_ENV: test |
| 1730 | + JRUBY_OPTS: '' |
| 1731 | + COV: '1' |
| 1732 | + BUNDLE_GEMFILE: gemfiles/ownership.gemfile |
1652 | 1733 | ruby_3-2-5__padrino_ubuntu-latest:
|
1653 | 1734 | name: Ruby 3.2.5 - padrino
|
1654 | 1735 | needs: ruby_3-2-5_ubuntu-latest
|
@@ -2328,6 +2409,33 @@ jobs:
|
2328 | 2409 | JRUBY_OPTS: ''
|
2329 | 2410 | COV: '1'
|
2330 | 2411 | BUNDLE_GEMFILE: gemfiles/http5.gemfile
|
| 2412 | + ruby_3-1-6__ownership_ubuntu-latest: |
| 2413 | + name: Ruby 3.1.6 - ownership |
| 2414 | + needs: ruby_3-1-6_ubuntu-latest |
| 2415 | + runs-on: ubuntu-latest |
| 2416 | + steps: |
| 2417 | + - name: Check out repository |
| 2418 | + uses: actions/checkout@v4 |
| 2419 | + - name: Install Ruby |
| 2420 | + uses: ruby/setup-ruby@v1 |
| 2421 | + with: |
| 2422 | + ruby-version: 3.1.6 |
| 2423 | + bundler-cache: true |
| 2424 | + - name: Install gem extension |
| 2425 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 2426 | + - name: Print extension install report |
| 2427 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 2428 | + file found'" |
| 2429 | + - name: Print Makefile log file |
| 2430 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 2431 | + found'" |
| 2432 | + - name: Run tests |
| 2433 | + run: "./script/bundler_wrapper exec rake test" |
| 2434 | + env: |
| 2435 | + RAILS_ENV: test |
| 2436 | + JRUBY_OPTS: '' |
| 2437 | + COV: '1' |
| 2438 | + BUNDLE_GEMFILE: gemfiles/ownership.gemfile |
2331 | 2439 | ruby_3-1-6__padrino_ubuntu-latest:
|
2332 | 2440 | name: Ruby 3.1.6 - padrino
|
2333 | 2441 | needs: ruby_3-1-6_ubuntu-latest
|
@@ -2953,6 +3061,33 @@ jobs:
|
2953 | 3061 | JRUBY_OPTS: ''
|
2954 | 3062 | COV: '1'
|
2955 | 3063 | BUNDLE_GEMFILE: gemfiles/http5.gemfile
|
| 3064 | + ruby_3-0-7__ownership_ubuntu-latest: |
| 3065 | + name: Ruby 3.0.7 - ownership |
| 3066 | + needs: ruby_3-0-7_ubuntu-latest |
| 3067 | + runs-on: ubuntu-latest |
| 3068 | + steps: |
| 3069 | + - name: Check out repository |
| 3070 | + uses: actions/checkout@v4 |
| 3071 | + - name: Install Ruby |
| 3072 | + uses: ruby/setup-ruby@v1 |
| 3073 | + with: |
| 3074 | + ruby-version: 3.0.7 |
| 3075 | + bundler-cache: true |
| 3076 | + - name: Install gem extension |
| 3077 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 3078 | + - name: Print extension install report |
| 3079 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 3080 | + file found'" |
| 3081 | + - name: Print Makefile log file |
| 3082 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 3083 | + found'" |
| 3084 | + - name: Run tests |
| 3085 | + run: "./script/bundler_wrapper exec rake test" |
| 3086 | + env: |
| 3087 | + RAILS_ENV: test |
| 3088 | + JRUBY_OPTS: '' |
| 3089 | + COV: '1' |
| 3090 | + BUNDLE_GEMFILE: gemfiles/ownership.gemfile |
2956 | 3091 | ruby_3-0-7__padrino_ubuntu-latest:
|
2957 | 3092 | name: Ruby 3.0.7 - padrino
|
2958 | 3093 | needs: ruby_3-0-7_ubuntu-latest
|
@@ -3497,6 +3632,33 @@ jobs:
|
3497 | 3632 | JRUBY_OPTS: ''
|
3498 | 3633 | COV: '1'
|
3499 | 3634 | BUNDLE_GEMFILE: gemfiles/http5.gemfile
|
| 3635 | + ruby_2-7-8__ownership_ubuntu-latest: |
| 3636 | + name: Ruby 2.7.8 - ownership |
| 3637 | + needs: ruby_2-7-8_ubuntu-latest |
| 3638 | + runs-on: ubuntu-latest |
| 3639 | + steps: |
| 3640 | + - name: Check out repository |
| 3641 | + uses: actions/checkout@v4 |
| 3642 | + - name: Install Ruby |
| 3643 | + uses: ruby/setup-ruby@v1 |
| 3644 | + with: |
| 3645 | + ruby-version: 2.7.8 |
| 3646 | + bundler-cache: true |
| 3647 | + - name: Install gem extension |
| 3648 | + run: "./script/bundler_wrapper exec rake extension:install" |
| 3649 | + - name: Print extension install report |
| 3650 | + run: "[ -e ext/install.report ] && cat ext/install.report || echo 'No ext/install.report |
| 3651 | + file found'" |
| 3652 | + - name: Print Makefile log file |
| 3653 | + run: "[ -f ext/mkmf.log ] && cat ext/mkmf.log || echo 'No ext/mkmf.log file |
| 3654 | + found'" |
| 3655 | + - name: Run tests |
| 3656 | + run: "./script/bundler_wrapper exec rake test" |
| 3657 | + env: |
| 3658 | + RAILS_ENV: test |
| 3659 | + JRUBY_OPTS: '' |
| 3660 | + COV: '1' |
| 3661 | + BUNDLE_GEMFILE: gemfiles/ownership.gemfile |
3500 | 3662 | ruby_2-7-8__padrino_ubuntu-latest:
|
3501 | 3663 | name: Ruby 2.7.8 - padrino
|
3502 | 3664 | needs: ruby_2-7-8_ubuntu-latest
|
|
0 commit comments