mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
add truffle-ruby to allowed errors
This commit is contained in:
parent
b3b1bad4d2
commit
82e14de7c6
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ruby.yml
vendored
3
.github/workflows/ruby.yml
vendored
|
@ -16,12 +16,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
|
continue-on-error: ${{ matrix.ruby-version == 'truffleruby-head' }}
|
||||||
env:
|
env:
|
||||||
BUNDLER_GEMFILE: gemfiles/Gemfile-edge
|
BUNDLER_GEMFILE: gemfiles/Gemfile-edge
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ruby-version: ['2.5', '2.6', '2.7', '3.0', 'head', truffleruby-head]
|
ruby-version: ['2.5', '2.6', '2.7', '3.0', 'head', 'truffleruby-head']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
|
|
Loading…
Reference in a new issue