Skip to content

Bump ruby-lsp from 0.23.13 to 0.26.0 #1000

Bump ruby-lsp from 0.23.13 to 0.26.0

Bump ruby-lsp from 0.23.13 to 0.26.0 #1000

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_dispatch:
schedule: [ cron: "42 0 7 * *" ] # https://crontab.guru/#42_0_7_*_*
workflow_run:
workflows: [ "Update" ]
types: [ completed ]
jobs:
test:
runs-on: ubuntu-latest
strategy: {matrix: {ruby: [ '3.0', 3.1, 3.2, 3.3, 3.4 ]}}
steps:
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with: { egress-policy: audit }
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bin/rake