Skip to content

Commit 5fd05ad

Browse files
Don't run ractor benchmarks on stable ruby
The API has changed between 3.4.7 and HEAD. Until 4.0 is realeased we shouldn't test 3.4.7
1 parent 06d34e7 commit 5fd05ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
fail-fast: false
6666
matrix:
67-
ruby: [ruby, head]
67+
ruby: [head]
6868
if: ${{ github.event_name != 'schedule' || github.repository == 'ruby/ruby-bench' }}
6969
steps:
7070
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)