Sha256: a372b76ab29deaac26d4f34293711602276a1d359896035dd7cc1b00f2344727

Contents?: true

Size: 709 Bytes

Versions: 32

Compression:

Stored size: 709 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-latest
        ruby:
        - '2.0'
        - '2.1'
        - '2.2'
        - '2.3'
        - '2.4'
        - '2.5'
        - '2.6'
        - '2.7'
        - '3.0'
        - '3.1'
        - '3.2'
        - jruby-9.3
        - jruby-9.4
      fail-fast: false
    steps:
    - uses: actions/checkout@v3
    - 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

32 entries across 32 versions & 1 rubygems

Version Path
image_optim_pack-0.9.1.20230515-x86-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20230515-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20230515-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.9.1.20230515 .github/workflows/check.yml
image_optim_pack-0.9.1.20230325-x86-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20230325-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20230325-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.9.1.20230325 .github/workflows/check.yml
image_optim_pack-0.9.1.20230304-x86-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20230304-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20230304-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.9.1.20230304 .github/workflows/check.yml
image_optim_pack-0.9.1.20230212-x86-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20230212-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20230212-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.9.1.20230212 .github/workflows/check.yml
image_optim_pack-0.9.1.20230129-x86_64-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20230129-x86_64-darwin .github/workflows/check.yml
image_optim_pack-0.9.1.20230129-x86-linux .github/workflows/check.yml
image_optim_pack-0.9.1.20230129 .github/workflows/check.yml