Sha256: 4703d4f367c6eba78ec6a81727ae2ab6f1260f88cfa08aa7dec7509f5823b53a

Contents?: true

Size: 589 Bytes

Versions: 12

Compression:

Stored size: 589 Bytes

Contents

name: check
on:
  push:
  pull_request:
  schedule:
  - cron: 45 4 * * 0
jobs:
  check:
    runs-on: "${{ matrix.os }}"
    strategy:
      matrix:
        os:
        - ubuntu-latest
        - macos-13
        ruby:
        - '2.7'
        - '3.0'
        - '3.1'
        - '3.2'
        - '3.3'
        - jruby-9.4
      fail-fast: false
    steps:
    - uses: actions/checkout@v4
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: "${{ matrix.ruby }}"
        bundler-cache: true
    - run: make test
    - run: bundle exec image_optim --info
    - run: bundle exec rspec

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
image_optim_pack-0.11.1.20241130-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.11.1.20241130-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.11.1.20241130 .github/workflows/check.yml
image_optim_pack-0.11.1.20240914-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.11.1.20240914-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.11.1.20240914 .github/workflows/check.yml
image_optim_pack-0.11.1.20240713-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.11.1.20240713-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.11.1.20240713 .github/workflows/check.yml
image_optim_pack-0.11.0-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.11.0-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.11.0 .github/workflows/check.yml