Skip to content

Commit 5b6b46f

Browse files
authored
Merge pull request #849 from Shopify/vs/test_against_ruby_head
Test against Ruby head and use 3.2.2
2 parents 888b571 + 1acaefe commit 5b6b46f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
ruby: ["3.0", "3.1", "3.2"]
12-
exclude:
13-
- os: windows-latest
14-
ruby: "3.3"
11+
ruby: ["3.0", "3.1", "3.2", "head"]
12+
include:
13+
- ruby: "head"
14+
experimental: true
1515
runs-on: ${{ matrix.os }}
16+
continue-on-error: ${{ !!matrix.experimental }}
1617
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
1718
steps:
1819
- uses: actions/checkout@v3

dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ruby-lsp
33
type: ruby
44

55
up:
6-
- ruby: '3.3.0-preview1'
6+
- ruby: '3.2.2'
77
- bundler:
88
gemfile: Gemfile
99

0 commit comments

Comments
 (0)