Skip to content

Commit

Permalink
Merge pull request #893 from cucumber/run-specs-on-windows-on-all-rubies
Browse files Browse the repository at this point in the history
Update GitHub Actions to run specs on Windows on all supported Rubies
  • Loading branch information
mvz authored Dec 25, 2023
2 parents 5371abc + cfc5a99 commit 639f0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, "3.0"]
ruby: [2.7, "3.0", "3.1", "3.2"]

runs-on: windows-latest

Expand Down

0 comments on commit 639f0d6

Please sign in to comment.