Skip to content

Commit a8729cb

Browse files
authored
Use current ruby version for baseline tests
1 parent 7824b78 commit a8729cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/baseline-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby-version: ['3.0', '3.1']
13+
ruby-version: ['3.1', '3.2', '3.3']
1414

1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)