Skip to content

Commit 5eed7a3

Browse files
committed
Update Ruby version matrix in CI workflow
- Replace Ruby 3.3 and 3.4 with 'head' in the test matrix - Keep Ruby versions 2.7, 3.0, 3.1, and 3.2 unchanged
1 parent 5db090a commit 5eed7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
25+
ruby-version: ['2.7', '3.0', '3.1', '3.2', 'head']
2626

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

0 commit comments

Comments
 (0)