Skip to content

Commit a2ffa4f

Browse files
committed
Add Ruby 3.3 and 3.4 to CI.
- add indirect dev dependency to Gemfile
1 parent cfa6089 commit a2ffa4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
17-
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.2, truffleruby-head]
17+
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.2, 3.3, 3.4, truffleruby-head]
1818

1919
steps:
2020
- uses: actions/checkout@v2

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
source 'https://rubygems.org'
22

3+
gem 'racc' # needed for outdated spinach gherkin-ruby dependency
4+
35
# Specify your gem's dependencies in knapsack.gemspec
46
gemspec

0 commit comments

Comments
 (0)