We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8f2203 + 66fe151 commit 14297a7Copy full SHA for 14297a7
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
99
env: ${{ matrix.env }}
100
steps:
101
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
102
- uses: ruby/setup-ruby@v1
103
with:
104
bundler: ${{ matrix.bundler || 2 }}
@@ -125,6 +125,6 @@ jobs:
125
LEGACY_CI: true
126
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
127
128
129
- run: script/legacy_setup.sh
130
- run: script/test_all
0 commit comments