Skip to content

Commit 20511d9

Browse files
committed
Drop 4.1.1.pre.1 from rbs matrix
No prerelease newer than 4.1.1 exists yet (4.1.1.dev.1 and 4.1.1.pre.1 both predate the 4.1.1 stable release), so pinning to it added no forward coverage over testing 4.1.1 itself.
1 parent 27b3c76 commit 20511d9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/rspec.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ jobs:
2525
# It currently 404s ("Unavailable version head for ruby"), failing CI:
2626
# https://github.com/castwide/solargraph/actions/runs/25863741955/job/76000137015?pr=1187
2727
ruby-version: ['3.1', '3.2', '3.3', '3.4', '4.0']
28-
rbs-version: ['3.10.0', '4.0.3', '4.1.1', '4.1.1.pre.1']
28+
rbs-version: ['3.10.0', '4.0.3', '4.1.1']
2929
exclude:
3030
- ruby-version: '3.1'
3131
rbs-version: '4.0.3'
3232
- ruby-version: '3.1'
3333
rbs-version: '4.1.1'
34-
- ruby-version: '3.1'
35-
rbs-version: '4.1.1.pre.1'
3634
steps:
3735
- uses: actions/checkout@v3
3836
- name: Set up Ruby

0 commit comments

Comments
 (0)