-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* minimum ruby version is now 2.5 * Bump minimum version of messages * Update test ruby workflow * Release using ruby 3.2 * Update messages to use v22 * Add changelog note about minimum ruby bump * [noci]: Simplify changelog * Relax messages requirement * Fix workflow bug where ruby tests weren't running correctly * Minimize diff * Minimize diff * Minimize diff * Minimize diff * Fix missing changelog entry --------- Co-authored-by: M.P. Korstanje <[email protected]>
- Loading branch information
1 parent
a610d1b
commit 9739c0d
Showing
4 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 | ||
- uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: '3.0.2' | ||
ruby-version: '3.2' | ||
bundler-cache: true | ||
- uses: cucumber/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters