Skip to content

chore(deps): update actions/setup-java action to v5.7.0 #66

chore(deps): update actions/setup-java action to v5.7.0

chore(deps): update actions/setup-java action to v5.7.0 #66

Workflow file for this run

name: test-ruby
permissions: {}
on:
push:
branches:
- main
- renovate/**
paths:
- ruby/**
- testdata/**
- .github/**
pull_request:
branches:
- main
paths:
- ruby/**
- testdata/**
- .github/**
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4', '3.5']
include:
- os: windows-latest
ruby: '3.4'
- os: macos-latest
ruby: '3.4'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
working-directory: ruby
- name: rspec
working-directory: ruby
run: bundle exec rspec