Skip to content

Commit 535c8e8

Browse files
committed
Updated CI workflows
1 parent d779966 commit 535c8e8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/release-rubygem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: '3.3'
16+
ruby-version: '3.4'
1717
bundler-cache: true
1818
- uses: cucumber/[email protected]
1919
with:

.github/workflows/test-ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
matrix:
1818
os:
1919
- ubuntu-latest
20-
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
20+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5']
2121
include:
2222
- os: windows-latest
23-
ruby: '3.3'
23+
ruby: '3.4'
2424
- os: macos-latest
25-
ruby: '3.3'
25+
ruby: '3.4'
2626

2727
steps:
2828
- uses: actions/checkout@v4

ruby/cucumber-cucumber-expressions.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Gem::Specification.new do |s|
1414
s.platform = Gem::Platform::RUBY
1515
s.license = 'MIT'
1616
s.required_ruby_version = '>= 2.7'
17+
s.required_rubygems_version = '>= 3.2.8'
1718

1819
s.metadata = {
1920
'bug_tracker_uri' => 'https://github.com/cucumber/cucumber/issues',

0 commit comments

Comments
 (0)