Skip to content

🧸 v1.51.0

🧸 v1.51.0 #1049

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bin/rake