Sha256: b8d40d36504d0e392eb27945dc617380a3cf425c2fb32f4462bc98f1668e5dc2

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

name: Check functionality
on:
    pull_request:
        paths-ignore:
            - 'lib/**'
            - 'spec/**'
            - '.github/workflows/**'

concurrency:
    group: ${{ github.head_ref }}-code-style

jobs:
    test:
        runs-on: ubuntu-latest
        strategy:
            matrix:
                ruby_version: [ "3.1", "2.7" ]
                appraisal:
                    - jekyll-35
                    - jekyll-36
                    - jekyll-37
                    - jekyll-38
                    - jekyll-39
                    - jekyll-40
                    - jekyll-41
                    - jekyll-42
                    - jekyll-43
                exclude:
                    # exclude incompatible dependency combos
                    -   ruby_version: "3.1"
                        appraisal: jekyll-35
                    -   ruby_version: "3.1"
                        appraisal: jekyll-36
                    -   ruby_version: "3.1"
                        appraisal: jekyll-37
                    -   ruby_version: "3.1"
                        appraisal: jekyll-38
        steps:
            - run: 'echo "No functionality check required"'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-shields_io-0.2.0 .github/workflows/test-skip.yml