1
0
Fork 0
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:
geemus 2021-11-17 20:43:06 -06:00
parent b3b1bad4d2
commit 82e14de7c6

View file

@ -16,12 +16,13 @@ on:
jobs:
test:
continue-on-error: ${{ matrix.ruby-version == 'truffleruby-head' }}
env:
BUNDLER_GEMFILE: gemfiles/Gemfile-edge
runs-on: ubuntu-latest
strategy:
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:
- uses: actions/checkout@v2.4.0