Skip to content

Commit

Permalink
Temporarily limit set of platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Nov 10, 2024
1 parent e0cc9ac commit c10818e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:

strategy:
matrix:
ruby: ["3.1", "3.2", "jruby-9.4", "3.3"]
appraisal: [cucumber_8, cucumber_9]
include:
- ruby: "3.0"
appraisal: cucumber_8
ruby: ["3.2"]
appraisal: [cucumber_9]

env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
Expand All @@ -49,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
ruby: ["3.2"]

runs-on: macos-latest

Expand All @@ -69,7 +66,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
ruby: ["3.2"]

runs-on: windows-latest

Expand Down

0 comments on commit c10818e

Please sign in to comment.