Skip to content

need base64, bigdecimal and mutex_m for ruby >= 3.4 #246

need base64, bigdecimal and mutex_m for ruby >= 3.4

need base64, bigdecimal and mutex_m for ruby >= 3.4 #246

Workflow file for this run

name: check
on:
push:
pull_request:
schedule:
- cron: 45 4 * * 0
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- '2.3'
- '2.4'
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- '3.4'
fail-fast: false
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get -y install imagemagick
- uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby }}"
bundler-cache: true
- run: sudo npm install -g svgo
- run: RUBYOPT=-rset bundle exec appraisal install --jobs=3 --retry=3
- run: bundle exec image_optim --info
- run: bundle exec appraisal rspec