Skip to content

Commit 27a840b

Browse files
authored
Merge pull request #863 from varvet/kbs/fix-build-pipeline
Update build matrix for Ruby 3.4/3.1(EOL)
2 parents 4bb6a67 + 381b202 commit 27a840b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
ruby-version:
28-
- "3.1"
2928
- "3.2"
3029
- "3.3"
30+
- "3.4"
3131
- "jruby-9.3.15"
3232
- "jruby"
3333
include: # HEAD-versions

0 commit comments

Comments
 (0)