We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 888b571 + 1acaefe commit 5b6b46fCopy full SHA for 5b6b46f
.github/workflows/ci.yml
@@ -8,11 +8,12 @@ jobs:
8
fail-fast: false
9
matrix:
10
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"
+ ruby: ["3.0", "3.1", "3.2", "head"]
+ include:
+ - ruby: "head"
+ experimental: true
15
runs-on: ${{ matrix.os }}
16
+ continue-on-error: ${{ !!matrix.experimental }}
17
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
18
steps:
19
- uses: actions/checkout@v3
dev.yml
@@ -3,7 +3,7 @@ name: ruby-lsp
3
type: ruby
4
5
up:
6
- - ruby: '3.3.0-preview1'
+ - ruby: '3.2.2'
7
- bundler:
gemfile: Gemfile
0 commit comments