Skip to content

Commit dc13f62

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 dc13f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
ruby: [ruby, head]
88+
ruby: [head]
8989
if: ${{ github.event_name != 'schedule' || github.repository == 'ruby/ruby-bench' }}
9090
steps:
9191
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)