File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3131 env :
3232 BUNDLE_GEMFILE : ${{ matrix.gemfile }}
3333 COVERALLS : true
34- runs-on : ${{ matrix.os }}
34+ runs-on : ubuntu-latest
3535 steps :
3636 - name : Checkout
3737 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2121 strategy :
2222 fail-fast : false
2323 matrix :
24- os :
25- - ubuntu-latest
2624 ruby :
2725 - " 3.1"
2826 - " 3.2"
@@ -38,14 +36,13 @@ jobs:
3836 - ruby : " 3.1"
3937 gemfile : gemfiles/rails_8_0.gemfile
4038 include :
41- - os : ubuntu-latest
42- ruby : ruby-head
39+ - ruby : ruby-head
4340 gemfile : gemfiles/rails_8_0.gemfile
4441 allow_failures : true
4542 env :
4643 BUNDLE_GEMFILE : " ${{ matrix.gemfile }}"
4744 ALLOW_FAILURES : " ${{ matrix.allow_failures }}"
48- runs-on : ${{ matrix.os }}
45+ runs-on : ubuntu-latest
4946 continue-on-error : ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
5047 steps :
5148 - name : Checkout
You can’t perform that action at this time.
0 commit comments