Skip to content

Bump rexml from 3.2.5 to 3.3.9 #42

Bump rexml from 3.2.5 to 3.3.9

Bump rexml from 3.2.5 to 3.3.9 #42

Workflow file for this run

name: Ruby
on: [push]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, '3.0', head, jruby, truffleruby, truffleruby-head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: |
sudo apt-get -yqq install espeak lame
bundle exec rake