Skip to content

Commit f249c25

Browse files
authored
Merge pull request #3 from fluent-plugins-nursery/ci-recent-ruby
ci: use recent ruby
2 parents 6d7ff75 + 7b1d120 commit f249c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby-version: ['3.0', '2.7', '2.6']
12+
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7']
1313
os: [ubuntu-latest]
1414
experimental: [false]
1515
include:

0 commit comments

Comments
 (0)