Skip to content

Commit 11e7554

Browse files
Add Ruby 3.1 to the CI matrix (#1607)
* Add Ruby 3.1 to the CI matrix * Add CHANGELOG entry * Exclude windows from ruby 3.1 build Will reactivate it once the windows image will know about ruby 3.1 Co-authored-by: Aurélien Reeves <[email protected]>
1 parent bda1990 commit 11e7554

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/cucumber-ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
ruby: ['2.5', '2.6', '2.7', '3.0']
19+
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1']
2020
include:
2121
- os: ubuntu-latest
2222
ruby: jruby-9.2
@@ -25,6 +25,8 @@ jobs:
2525
exclude:
2626
- ruby: '2.5'
2727
os: windows-latest
28+
- ruby: '3.1'
29+
os: windows-latest
2830

2931
runs-on: ${{ matrix.os }}
3032
steps:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
5656
([PR#1594](https://github.com/cucumber/cucumber-ruby/pull/1594)
5757
[Issue#1592](https://github.com/cucumber/cucumber-ruby/issues/1592))
5858

59+
- Added Ruby 3.1 to the CI matrix.
60+
([PR#1607](https://github.com/cucumber/cucumber-ruby/pull/1607))
61+
5962
### Removed
6063

6164
- `AfterConfiguration` has been removed. Please use `InstallPlugin` or `BeforeAll` instead.

0 commit comments

Comments
 (0)