Skip to content

Bump ruby-lsp from 0.26.2 to 0.26.4 in the dev-ruby-dependencies group #432

Bump ruby-lsp from 0.26.2 to 0.26.4 in the dev-ruby-dependencies group

Bump ruby-lsp from 0.26.2 to 0.26.4 in the dev-ruby-dependencies group #432

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1.2', '3.1.4', '3.2.2', '3.2.3', '3.3.0', '3.3.1' ]
steps:
- name: checkout
uses: actions/checkout@v6
- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # [email protected]
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: bootstrap
run: script/bootstrap
- name: test
run: script/test -d -k